Click or drag to resize

IJVMWrapper Interface

Public aggregate interface, extends IJVMWrapperManagement, IJVMWrapperDirect, IJVMWrapperLow

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.7.230503-5b2d77f31cef8c4bcaa15ef3ad392561e9e38aa6
Syntax
public interface IJVMWrapper : IJVMWrapperManagement, 
	IJVMWrapperDirect, IJVMWrapperLow, IDisposable

The IJVMWrapper type exposes the following members.

Properties
 NameDescription
Public propertyEnableCriticalMethods Enable/Disable use of critical methods within JNI interface
(Inherited from IJVMWrapperManagement)
Public propertyFeatureLevel Reports the feature level of the JVM in use
(Inherited from IJVMWrapperManagement)
Top
Methods
 NameDescription
Public methodCastTo Converts the origin in the instance defined from className
(Inherited from IJVMWrapperDirect)
Public methodConvertObject Converts an Object to its equivalent JVM type
(Inherited from IJVMWrapperDirect)
Public methodDetachThread Detaches the current thread - should be called in any thread outside of the main thread where this object is used after it's done with it.
(Inherited from IJVMWrapperLow)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetClass Retrieve a class from JVM
(Inherited from IJVMWrapperDirect)
Public methodGetClassName Gets the class name from the object pointer
(Inherited from IJVMWrapperDirect)
Public methodGetCLRGlobal Get previously registered Object from CLR global mapper
(Inherited from IJVMWrapperManagement)
Public methodGetJCGraphicContainer(IJavaObject, Boolean) Requests to allocate a remote graphic container to host the Component in graphicObject
(Inherited from IJVMWrapperManagement)
Public methodGetJCGraphicContainer(String, Boolean) Requests to allocate a remote graphic container to host the Component with class name className
(Inherited from IJVMWrapperManagement)
Public methodGetJVMGlobal Get previously registered IJavaObject from JVM global mapper
(Inherited from IJVMWrapperManagement)
Public methodGetListener Returns the IJVMBridgeBase listener reference associated to the JVM reference
(Inherited from IJVMWrapperManagement)
Public methodGetObject(IntPtr, Boolean) Gets an instance of IJavaObject from the object pointer
(Inherited from IJVMWrapperDirect)
Public methodGetObject(String, IntPtr, Boolean) Gets an instance of IJavaObject from the object pointer
(Inherited from IJVMWrapperDirect)
Public methodCode exampleImportPackage Imports a Java package to be used within the program
(Inherited from IJVMWrapperDirect)
Public methodInitializeListener Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener or JVMBridgeListener
(Inherited from IJVMWrapperManagement)
Public methodIsAssignableFrom Check if sub is assignable from sup
(Inherited from IJVMWrapperDirect)
Public methodIsInstanceOf Check if obj is instance of clazz
(Inherited from IJVMWrapperDirect)
Public methodNew Create a new JVM object
(Inherited from IJVMWrapperDirect)
Public methodNewArray(String, Object) Creates a new array
(Inherited from IJVMWrapperDirect)
Public methodNewArrayTArrayType(TArrayType) Creates a new array
(Inherited from IJVMWrapperDirect)
Public methodRegisterCLRGlobal Register the object into the global CLR mapper.
(Inherited from IJVMWrapperManagement)
Public methodReleaseJCGraphicContainer Reelase a IJCGraphicContainer from the JVM
(Inherited from IJVMWrapperManagement)
Public methodReleaseListener Release a IJVMBridgeBase listener reference from the JVM
(Inherited from IJVMWrapperManagement)
Public methodThrow Throws an exception
(Inherited from IJVMWrapperDirect)
Public methodToArray Gets an instance of IJavaObject from the object pointer
(Inherited from IJVMWrapperDirect)
Public methodUnregisterCLRGlobal Unregister the object from the global CLR mapper.
(Inherited from IJVMWrapperManagement)
Top
See Also