Class BeanContextChildSupport
- Namespace
- Java.Beans.Beancontext
- Assembly
- MASES.JNet.dll
public class BeanContextChildSupport : JVMBridgeBase<BeanContextChildSupport>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
BeanContextChildSupport
- Implements
- Derived
- Inherited Members
- 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
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
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)