Class JavaVMOption
java.lang.Object
com.ibm.dtfj.java.j9.JavaVMOption
- All Implemented Interfaces:
JavaVMOption
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFetch the extraInfo component of this option.Fetch the optionString component of the option.
-
Constructor Details
-
JavaVMOption
-
-
Method Details
-
getOptionString
Description copied from interface:JavaVMOption
Fetch the optionString component of the option.- Specified by:
getOptionString
in interfaceJavaVMOption
- Returns:
- a string representing the optionString. This is never null.
- Throws:
DataUnavailable
CorruptDataException
-
getExtraInfo
Description copied from interface:JavaVMOption
Fetch the extraInfo component of this option.- Specified by:
getExtraInfo
in interfaceJavaVMOption
- Returns:
- the pointer value from the extraInfo (usually null).
- Throws:
DataUnavailable
CorruptDataException
-