IJVMBridge |
The IJVMBridgeBaseStatic type exposes the following members.
| Name | Description | |
|---|---|---|
| CastDirectTNewClass |
Simplified version of CastToTNewClass which wraps this instance with a new TNewClass class
(Inherited from IJVMBridgeBase) | |
| CastToTNewClass |
Casts this IJVMBridgeBase object into TNewClass (Inherited from IJVMBridgeBase) | |
| IsAssignableFrom(IJavaType) | Verify if this IJVMBridgeBase is assignable from clazz | |
| IsAssignableFrom(String) | Verify if this IJVMBridgeBase is assignable from clazz | |
| IsAssignableFromT | Verify if this IJVMBridgeBase is assignable from T | |
| IsInstanceOf(IJavaType) |
Verify if this IJVMBridgeBase is an instance of clazz (Inherited from IJVMBridgeBase) | |
| IsInstanceOf(String) |
Verify if this IJVMBridgeBase is an instance of clazz (Inherited from IJVMBridgeBase) | |
| IsInstanceOfT |
Verify if this IJVMBridgeBase is an instance of T (Inherited from IJVMBridgeBase) | |
| MonitorEnter |
Enters the monitor associated with the underlying with this IJVMBridgeBase (Inherited from IJVMBridgeBase) | |
| MonitorExit |
Exits the monitor associated with the underlying with this IJVMBridgeBase (Inherited from 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
(Inherited from IJVMBridgeBase) |
| 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) |