Class DTFJJavaVMInitArgs
java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaVMInitArgs
- 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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Fetch 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.int
Fetch the JNI version from the JavaVMInitArgs structure used to create this VM.
-
Constructor Details
-
DTFJJavaVMInitArgs
public DTFJJavaVMInitArgs()
-
-
Method Details
-
getIgnoreUnrecognized
Description copied from interface:JavaVMInitArgs
Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM. See the JNI specification for the meaning of this field.- Specified by:
getIgnoreUnrecognized
in interfaceJavaVMInitArgs
- Returns:
- true if ignoreUnrecognized was set to a non-zero value with the VM was invoked
- Throws:
DataUnavailable
CorruptDataException
-
getOptions
Description copied from interface:JavaVMInitArgs
Fetch the options used to start this VM, in the order they were originally specified.- Specified by:
getOptions
in interfaceJavaVMInitArgs
- Returns:
- an Iterator over the collection of JavaVMOptions
- Throws:
DataUnavailable
- See Also:
-
getVersion
Description copied from interface:JavaVMInitArgs
Fetch the JNI version from the JavaVMInitArgs structure used to create this VM. See the JNI specification for the meaning for this field.- Specified by:
getVersion
in interfaceJavaVMInitArgs
- Returns:
- the JNI version
- Throws:
DataUnavailable
CorruptDataException
-