IJVMBridge |
The IJVMBridgeBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BridgeClassName |
Java class name to be instantiated
(Inherited from IJVMBridgeDefinition) | |
| BridgeInstance |
The IJavaObject instance
(Inherited from IJVMBridgeBaseInstance) | |
| DynBridgeInstance |
The dynamic accessor to BridgeInstance (Inherited from IJVMBridgeBaseInstance) | |
| IsBridgeAbstract | if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from IJVMBridgeDefinition) | |
| IsBridgeCloseable | if the BridgeClassName implements java.lang.AutoCloseable
(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) |
| Name | Description | |
|---|---|---|
| CastDirectTNewClass | Simplified version of CastToTNewClass which wraps this instance within a new TNewClass class | |
| CastDirectAndDetachTNewClass | Simplified version of CastToAndDetachTNewClass which wraps this instance within a new TNewClass class and detaches BridgeInstance from this instance | |
| CastDirectAndDisposeTNewClass | Simplified version of CastToAndDisposeTNewClass which wraps this instance within a new TNewClass class, detaches BridgeInstance and Dispose this instance | |
| CastToTNewClass | Casts this IJVMBridgeBase object into TNewClass | |
| CastToAndDetachTNewClass | Casts this IJVMBridgeBase object into TNewClass and detaches BridgeInstance from this instance | |
| CastToAndDisposeTNewClass | Casts this IJVMBridgeBase object into TNewClass, detaches BridgeInstance and Dispose this instance | |
| IsInstanceOf(IJavaType) | Verify if this IJVMBridgeBase is an instance of clazz | |
| IsInstanceOf(String) | Verify if this IJVMBridgeBase is an instance of clazz | |
| IsInstanceOfT | Verify if this IJVMBridgeBase is an instance of T | |
| MonitorEnter | Enters the monitor associated with the underlying with this IJVMBridgeBase | |
| MonitorExit | Exits the monitor associated with the underlying with this IJVMBridgeBase | |
| RuntimeIsInstanceOfT | Verify if this IJVMBridgeBase is an instance of T; the constraints of T are checked at runtime, while IsInstanceOfT checks T constraint at compile time |
| Name | Description | |
|---|---|---|
| CastTObject |
Casts the input object implemeneting IJVMBridgeBase into TObject (Defined by JCOBridgeExtensions) | |
| InitializeListener |
Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener (Defined by JCOBridgeExtensions) | |
| ReleaseListener |
Release a IJVMBridgeBase from the JVM
(Defined by JCOBridgeExtensions) | |
| ToNative |
Converts a IJVMBridgeBase input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) |