Table of Contents

Class BeanContextChildSupport

Namespace
Java.Beans.Beancontext
Assembly
MASES.JNet.dll
public class BeanContextChildSupport : JVMBridgeBase<BeanContextChildSupport>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
BeanContextChildSupport
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom<T>()
JVMBridgeBase<BeanContextChildSupport>.Execute<T>(params T[])
JVMBridgeBase<BeanContextChildSupport>.DynBridgeClazz
JVMBridgeBase<BeanContextChildSupport>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

BeanContextChildSupport()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public BeanContextChildSupport()

BeanContextChildSupport(BeanContextChild)

public BeanContextChildSupport(BeanContextChild arg0)

Parameters

arg0 BeanContextChild

BeanContextChild

BeanContextChildSupport(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public BeanContextChildSupport(params object[] args)

Parameters

args object[]

Properties

BeanContext

public BeanContext BeanContext { get; set; }

Property Value

BeanContext

BeanContextChildPeer

public BeanContextChild BeanContextChildPeer { get; }

Property Value

BeanContextChild

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

beanContextChildPeer

public BeanContextChild beanContextChildPeer { get; set; }

Property Value

BeanContextChild

Methods

AddPropertyChangeListener(String, PropertyChangeListener)

public void AddPropertyChangeListener(String arg0, PropertyChangeListener arg1)

Parameters

arg0 String

String

arg1 PropertyChangeListener

PropertyChangeListener

AddVetoableChangeListener(String, VetoableChangeListener)

public void AddVetoableChangeListener(String arg0, VetoableChangeListener arg1)

Parameters

arg0 String

String

arg1 VetoableChangeListener

VetoableChangeListener

FirePropertyChange(String, object, object)

public void FirePropertyChange(String arg0, object arg1, object arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 object

object

FireVetoableChange(String, object, object)

public void FireVetoableChange(String arg0, object arg1, object arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 object

object

Exceptions

PropertyVetoException

IsDelegated()

public bool IsDelegated()

Returns

bool

bool

RemovePropertyChangeListener(String, PropertyChangeListener)

public void RemovePropertyChangeListener(String arg0, PropertyChangeListener arg1)

Parameters

arg0 String

String

arg1 PropertyChangeListener

PropertyChangeListener

RemoveVetoableChangeListener(String, VetoableChangeListener)

public void RemoveVetoableChangeListener(String arg0, VetoableChangeListener arg1)

Parameters

arg0 String

String

arg1 VetoableChangeListener

VetoableChangeListener

ServiceAvailable(BeanContextServiceAvailableEvent)

public void ServiceAvailable(BeanContextServiceAvailableEvent arg0)

Parameters

arg0 BeanContextServiceAvailableEvent

BeanContextServiceAvailableEvent

ServiceRevoked(BeanContextServiceRevokedEvent)

public void ServiceRevoked(BeanContextServiceRevokedEvent arg0)

Parameters

arg0 BeanContextServiceRevokedEvent

BeanContextServiceRevokedEvent

ValidatePendingSetBeanContext(BeanContext)

public bool ValidatePendingSetBeanContext(BeanContext arg0)

Parameters

arg0 BeanContext

BeanContext

Returns

bool

bool

Operators

implicit operator BeanContextChild(BeanContextChildSupport)

public static implicit operator BeanContextChild(BeanContextChildSupport t)

Parameters

t BeanContextChildSupport

Returns

BeanContextChild

implicit operator BeanContextServicesListener(BeanContextChildSupport)

public static implicit operator BeanContextServicesListener(BeanContextChildSupport t)

Parameters

t BeanContextChildSupport

Returns

BeanContextServicesListener

implicit operator Serializable(BeanContextChildSupport)

public static implicit operator Serializable(BeanContextChildSupport t)

Parameters

t BeanContextChildSupport

Returns

Serializable