Click or drag to resize

JVMBridgeBase Properties

The JVMBridgeBase type exposes the following members.

Properties
 NameDescription
Public propertyBridgeClassName Java class name to be instantiated
Public propertyBridgeInstance The IJavaObject instance
Protected propertyBypassPool Override and return to prevent this instance from being returned to the pool on Dispose.
Public propertyDynBridgeInstance The dynamic accessor to BridgeInstance
Public propertyStatic memberInitializerInstance Global accessor to an instance of IJVMBridgeBaseInitializer
Public propertyIsBridgeAbstract if the BridgeClassName is an abstract class, i.e. cannot be created an instance
Public propertyIsBridgeCloseable if the BridgeClassName implements java.lang.AutoCloseable
Public propertyIsBridgeInterface if the BridgeClassName is an interface, i.e. does not have any public constructor
Public propertyIsBridgeListener if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
Public propertyIsBridgeStatic if the BridgeClassName is a static class, i.e. does not have any public constructor
Top
See Also