Click or drag to resize

SetupJVMWrapperT Methods

The SetupJVMWrapperT type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateGlobalInstance Create a singleton global instance of T
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Finalize an instance of SetupJVMWrapper
(Inherited from SetupJVMWrapper)
Public methodGetCLRGlobal Get previously registered Object from CLR global mapper
(Inherited from SetupJVMWrapper)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetJCGraphicContainer(IJavaObject, Boolean) Requests to allocate a remote graphic container to host the Component in graphicObject
(Inherited from SetupJVMWrapper)
Public methodGetJCGraphicContainer(String, Boolean) Requests to allocate a remote graphic container to host the Component with class name className
(Inherited from SetupJVMWrapper)
Public methodGetJVMGlobal Get previously registered IJavaObject from JVM global mapper
(Inherited from SetupJVMWrapper)
Public methodGetListener Returns the IJVMBridgeBase listener reference associated to the JVM reference
(Inherited from SetupJVMWrapper)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodCode exampleImportPackage Imports a Java package to be used within the program
(Inherited from SetupJVMWrapper)
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 SetupJVMWrapper)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodProcessCommandLine Process command line arguments
(Inherited from SetupJVMWrapper)
Public methodRegisterCLRGlobal Register the object into the global CLR mapper.
(Inherited from SetupJVMWrapper)
Public methodReleaseJCGraphicContainer Reelase a IJCGraphicContainer from the JVM
(Inherited from SetupJVMWrapper)
Public methodReleaseListener Release a IJVMBridgeBase listener reference from the JVM
(Inherited from SetupJVMWrapper)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnregisterCLRGlobal Unregister the object from the global CLR mapper.
(Inherited from SetupJVMWrapper)
Public methodUnwrapAndDemonizeOn Creates and unwrap the JVM instance as daemon
Public methodUnwrapOn Creates and unwrap the JVM instance
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also