Class DTFJJavaVMOption
java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaVMOption
- All Implemented Interfaces:
JavaVMOption
-
Constructor Summary
ConstructorDescriptionDTFJJavaVMOption
(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: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
-
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
-