java.lang.Object
com.ibm.dtfj.java.j9.JavaVMInitArgs
- All Implemented Interfaces:
JavaVMInitArgs
-
Field Summary
Fields declared in interface com.ibm.dtfj.java.JavaVMInitArgs
JNI_VERSION_1_1, JNI_VERSION_1_2, JNI_VERSION_1_4, JNI_VERSION_1_6 -
Constructor Summary
ConstructorsConstructorDescriptionJavaVMInitArgs(ImageAddressSpace addressSpace, int version, boolean ignoreUnrecognized) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanFetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM.Fetch the options used to start this VM, in the order they were originally specified.intFetch the JNI version from the JavaVMInitArgs structure used to create this VM.
-
Constructor Details
-
JavaVMInitArgs
-
-
Method Details
-
getVersion
Description copied from interface:JavaVMInitArgsFetch the JNI version from the JavaVMInitArgs structure used to create this VM. See the JNI specification for the meaning for this field.- Specified by:
getVersionin interfaceJavaVMInitArgs- Returns:
- the JNI version
- Throws:
DataUnavailableCorruptDataException
-
getIgnoreUnrecognized
Description copied from interface:JavaVMInitArgsFetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM. See the JNI specification for the meaning of this field.- Specified by:
getIgnoreUnrecognizedin interfaceJavaVMInitArgs- Returns:
- true if ignoreUnrecognized was set to a non-zero value with the VM was invoked
- Throws:
DataUnavailableCorruptDataException
-
getOptions
Description copied from interface:JavaVMInitArgsFetch the options used to start this VM, in the order they were originally specified.- Specified by:
getOptionsin interfaceJavaVMInitArgs- Returns:
- an Iterator over the collection of JavaVMOptions
- Throws:
DataUnavailable- See Also:
-
addOption
-