com.ibm.dtfj.java
Interface JavaVMOption
- public interface JavaVMOption
getOptionString
public java.lang.String getOptionString()
throws DataUnavailable,
CorruptDataException
- Fetch the optionString component of the option.
- Returns:
- a string representing the optionString. This is never null.
- Throws:
DataUnavailable
CorruptDataException
getExtraInfo
public ImagePointer getExtraInfo()
throws DataUnavailable,
CorruptDataException
- Fetch the extraInfo component of this option.
- Returns:
- the pointer value from the extraInfo (usually null).
- Throws:
DataUnavailable
CorruptDataException