Class BeanContextChildSupport
- Namespace
- Java.Beans.Beancontext
- Assembly
- MASES.JNet.dll
public class BeanContextChildSupport : JVMBridgeBase<BeanContextChildSupport>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BeanContextChildSupport>BeanContextChildSupport
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom(IJavaType)JVMBridgeBase<BeanContextChildSupport>.IsAssignableFrom<T>()JVMBridgeBase<BeanContextChildSupport>.Execute<T>(params T[])JVMBridgeBase<BeanContextChildSupport>.DynBridgeClazzJVMBridgeBase<BeanContextChildSupport>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
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
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/beans/beancontext/BeanContextChildSupport.html#getBeanContext() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/beans/beancontext/BeanContextChildSupport.html#setBeanContext(java.beans.beancontext.BeanContext)
public BeanContext BeanContext { get; set; }
Property Value
BeanContextChildPeer
public BeanContextChild BeanContextChildPeer { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
beanContextChildPeer
public BeanContextChild beanContextChildPeer { get; set; }
Property Value
Methods
AddPropertyChangeListener(String, PropertyChangeListener)
public void AddPropertyChangeListener(String arg0, PropertyChangeListener arg1)
Parameters
AddVetoableChangeListener(String, VetoableChangeListener)
public void AddVetoableChangeListener(String arg0, VetoableChangeListener arg1)
Parameters
FirePropertyChange(String, object, object)
public void FirePropertyChange(String arg0, object arg1, object arg2)
Parameters
FireVetoableChange(String, object, object)
public void FireVetoableChange(String arg0, object arg1, object arg2)
Parameters
Exceptions
IsDelegated()
public bool IsDelegated()
Returns
RemovePropertyChangeListener(String, PropertyChangeListener)
public void RemovePropertyChangeListener(String arg0, PropertyChangeListener arg1)
Parameters
RemoveVetoableChangeListener(String, VetoableChangeListener)
public void RemoveVetoableChangeListener(String arg0, VetoableChangeListener arg1)
Parameters
ServiceAvailable(BeanContextServiceAvailableEvent)
public void ServiceAvailable(BeanContextServiceAvailableEvent arg0)
Parameters
ServiceRevoked(BeanContextServiceRevokedEvent)
public void ServiceRevoked(BeanContextServiceRevokedEvent arg0)
Parameters
ValidatePendingSetBeanContext(BeanContext)
public bool ValidatePendingSetBeanContext(BeanContext arg0)
Parameters
arg0
BeanContext
Returns
Operators
implicit operator BeanContextChild(BeanContextChildSupport)
Converter from BeanContextChildSupport to BeanContextChild
public static implicit operator BeanContextChild(BeanContextChildSupport t)
Parameters
Returns
implicit operator BeanContextServicesListener(BeanContextChildSupport)
Converter from BeanContextChildSupport to BeanContextServicesListener
public static implicit operator BeanContextServicesListener(BeanContextChildSupport t)
Parameters
Returns
implicit operator Serializable(BeanContextChildSupport)
Converter from BeanContextChildSupport to Serializable
public static implicit operator Serializable(BeanContextChildSupport t)