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