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)
Obsolete
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)
Obsolete
Public methodGetJCGraphicContainer(String, Boolean) Requests to allocate a remote graphic container to host the Component with class name className
(Inherited from SetupJVMWrapper)
Obsolete
Public methodGetJVMGlobal Get previously registered IJavaObject from JVM global mapper
(Inherited from SetupJVMWrapper)
Obsolete
Public methodGetListener Returns the IJVMBridgeBase listener reference associated to the JVM reference
(Inherited from SetupJVMWrapper)
Obsolete
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)
Obsolete
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)
Obsolete
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodPostInitialization Override the method to manage post initialization step
(Inherited from SetupJVMWrapper)
Protected methodPreInitialization Override the method to setup some information, this is the first method invoked: some settings can be applied here like SetEventOrExceptionHandler(EventHandlerEventOrExceptionEventArgs)
(Inherited from SetupJVMWrapper)
Protected methodProcessCommandLine Process command line arguments
(Inherited from SetupJVMWrapper)
Public methodRegisterCLRGlobal Register the object into the global CLR mapper.
(Inherited from SetupJVMWrapper)
Obsolete
Public methodReleaseJCGraphicContainer Reelase a IJCGraphicContainer from the JVM
(Inherited from SetupJVMWrapper)
Obsolete
Public methodReleaseListener Release a IJVMBridgeBase listener reference from the JVM
(Inherited from SetupJVMWrapper)
Obsolete
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)
Obsolete
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