java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaVMOption
- All Implemented Interfaces:
JavaVMOption
-
Constructor Summary
ConstructorsConstructorDescriptionDTFJJavaVMOption(com.ibm.j9ddr.vm29.pointer.generated.JavaVMOptionPointer ptr) -
Method Summary
Modifier and TypeMethodDescriptionFetch the extraInfo component of this option.Fetch the optionString component of the option.
-
Constructor Details
-
DTFJJavaVMOption
public DTFJJavaVMOption(com.ibm.j9ddr.vm29.pointer.generated.JavaVMOptionPointer ptr)
-
-
Method Details
-
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
-
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
-