IJVMBridge |
The IJVMBridgeBase type exposes the following members.
Name | Description | |
---|---|---|
BridgeClassName |
Java class name to be instantiated
(Inherited from IJVMBridgeDefinition) | |
BridgeInstance | The IJavaObject instance | |
DynBridgeInstance | The dynamic accessor to BridgeInstance | |
IsBridgeAbstract | if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from IJVMBridgeDefinition) | |
IsBridgeCloseable | if the BridgeClassName implements Closeable
(Inherited from IJVMBridgeDefinition) | |
IsBridgeInterface | if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from IJVMBridgeDefinition) | |
IsBridgeListener | if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from IJVMBridgeDefinition) | |
IsBridgeStatic | if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from IJVMBridgeDefinition) |