Setup |
The SetupJVMWrapperT type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateGlobalInstance | Create a singleton global instance of T | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize |
Finalize an instance of SetupJVMWrapper (Inherited from SetupJVMWrapper) | |
| GetCLRGlobal |
Get previously registered Object from CLR global mapper
(Inherited from SetupJVMWrapper) Obsolete | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetJCGraphicContainer(IJavaObject, Boolean) |
Requests to allocate a remote graphic container to host the Component in graphicObject (Inherited from SetupJVMWrapper) Obsolete | |
| GetJCGraphicContainer(String, Boolean) |
Requests to allocate a remote graphic container to host the Component with class name className (Inherited from SetupJVMWrapper) Obsolete | |
| GetJVMGlobal |
Get previously registered IJavaObject from JVM global mapper
(Inherited from SetupJVMWrapper) Obsolete | |
| GetListener |
Returns the IJVMBridgeBase listener reference associated to the JVM reference
(Inherited from SetupJVMWrapper) Obsolete | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ImportPackage |
Imports a Java package to be used within the program
(Inherited from SetupJVMWrapper) Obsolete | |
| InitializeListener |
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 | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PostInitialization |
Override the method to manage post initialization step
(Inherited from SetupJVMWrapper) | |
| PreInitialization |
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) | |
| ProcessCommandLine |
Process command line arguments
(Inherited from SetupJVMWrapper) | |
| RegisterCLRGlobal |
Register the object into the global CLR mapper.
(Inherited from SetupJVMWrapper) Obsolete | |
| ReleaseJCGraphicContainer |
Reelase a IJCGraphicContainer from the JVM
(Inherited from SetupJVMWrapper) Obsolete | |
| ReleaseListener |
Release a IJVMBridgeBase listener reference from the JVM
(Inherited from SetupJVMWrapper) Obsolete | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UnregisterCLRGlobal |
Unregister the object from the global CLR mapper.
(Inherited from SetupJVMWrapper) Obsolete | |
| UnwrapAndDemonizeOn | Creates and unwrap the JVM instance as daemon | |
| UnwrapOn | Creates and unwrap the JVM instance |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
Converts a generic object
(Defined by JCOBridgeExtensions) | |
| ToNative |
Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) |