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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFetch 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
-
DTFJJavaVMInitArgs
public DTFJJavaVMInitArgs()
-
-
Method Details
-
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:
-
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
-