Class JavaVMOption
java.lang.Object
com.ibm.dtfj.java.j9.JavaVMOption
- All Implemented Interfaces:
 JavaVMOption
- 
Constructor Summary
Constructors - 
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:JavaVMOptionFetch the optionString component of the option.- Specified by:
 getOptionStringin interfaceJavaVMOption- Returns:
 - a string representing the optionString. This is never null.
 - Throws:
 DataUnavailableCorruptDataException
 - 
getExtraInfo
Description copied from interface:JavaVMOptionFetch the extraInfo component of this option.- Specified by:
 getExtraInfoin interfaceJavaVMOption- Returns:
 - the pointer value from the extraInfo (usually null).
 - Throws:
 DataUnavailableCorruptDataException
 
 -