JIDLProcessInitializer
Declaration
Description
When a client calls the createObject method of either the JIDLCanvas or JIDLObject class, the JIDLProcessInitializer object can be passed in to control IDL process creation. Currently, this object controls the licensing mode of the IDL Process. See IDL Licensing Modes for details on the default licensing mechanism used when no JIDLProcessInitializer is specified.
Fields
LICENSING_FULL
If this flag is set, the Java application requires that a licensed copy of IDL be installed on the local machine. If IDL is installed but no license is available, the application will run in IDL Demo (7-minute) mode.
LICENSING_LICENSED_SAV
If this flag is set, the Java application looks for an embedded license in the save file being restored.
LICENSING_RUNTIME
If this flag is set, the Java application looks for a runtime IDL license. If no runtime license is available, the application will run in Virtual Machine mode.
LICENSING_VM
If this flag is set, the Java application will run in Virtual Machine mode.
Constructors
JIDLProcessInitializer()
JIDLProcessInitializer(int)
Methods
getLicenseMode()
Returns:
The current licensing mode.
setLicenseMode(int)