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.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public interface IJVMWrapperManagement

The IJVMWrapperManagement type exposes the following members.

Methods
  NameDescription
Public methodGetCLRGlobal
Get previously registered Object from CLR global mapper
Public methodGetJCGraphicContainer(String, Boolean)
Requests to allocate a remote graphic container to host the Component with class name className
Public methodGetJCGraphicContainer(IJavaObject, Boolean)
Requests to allocate a remote graphic container to host the Component in graphicObject
Public methodGetJVMGlobal
Get previously registered IJavaObject from JVM global mapper
Public methodGetListener
Returns the ICLRListener associated to the JVM reference
Public methodInitializeListener
Request the initialization of the Listener from the JVM. The listener is a new class which inherits from CLRListener
Public methodRegisterCLRGlobal
Register the object into the global CLR mapper.
Public methodReleaseJCGraphicContainer
Reelase a IJCGraphicContainer from the JVM
Public methodReleaseListener
Release a ICLRListener from the JVM
Public methodUnregisterCLRGlobal
Unregister the object from the global CLR mapper.
Top
See Also