Click or drag to resize

IJVMWrapperManagement Interface

Interface defining methods to manage special behaviors of the CLR/JVM interaction

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.8.260410-ed5cc0c79218460f1e6b936e4bd65778f0bb23e9
Syntax
public interface IJVMWrapperManagement

The IJVMWrapperManagement type exposes the following members.

Properties
 NameDescription
Public propertyEnableCriticalMethods Always enable/disable use of critical methods within JNI interface, to get/set native type arrays, single wrapper for EnableCriticalMethodsOnGet and EnableCriticalMethodsOnSet
Public propertyEnableCriticalMethodsOnGet Always enable/disable use of critical methods, within JNI interface, to get native type arrays
Public propertyEnableCriticalMethodsOnGetThreshold Enable/Disable use of critical methods, within JNI interface, to get native type arrays if the length is over the EnableCriticalMethodsOnSetThreshold. Default is MaxValue
Public propertyEnableCriticalMethodsOnSet Always enable/disable use of critical methods, within JNI interface, to set native type arrays
Public propertyEnableCriticalMethodsOnSetThreshold Enable/Disable use of critical methods, within JNI interface, to set native type arrays if the length is over the EnableCriticalMethodsOnSetThreshold. Default is MaxValue
Public propertyFeatureLevel Reports the feature level of the JVM in use
Public propertyLazyCriticalCheck Returns if the lazy critical methods check is enabled
Top
Methods
 NameDescription
Public methodGetCLRGlobal Get previously registered Object from CLR global mapper
Public methodGetJCGraphicContainer(IJavaObject, Boolean) Requests to allocate a remote graphic container to host the Component in graphicObject
Public methodGetJCGraphicContainer(String, Boolean) Requests to allocate a remote graphic container to host the Component with class name className
Public methodGetJVMGlobal Get previously registered IJavaObject from JVM global mapper
Public methodGetListener Returns the IJVMBridgeBase listener reference associated to the JVM reference in eventListener
Public methodInitializeListener Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener or JVMBridgeListener
Public methodRegisterCLRGlobal Register the object into the global CLR mapper.
Public methodReleaseJCGraphicContainer Reelase a IJCGraphicContainer from the JVM
Public methodReleaseListener Release a IJVMBridgeBase listener reference from the JVM
Public methodUnregisterCLRGlobal Unregister the object from the global CLR mapper.
Top
See Also