com.ibm.dtfj.java
Interface JavaVMOption


public interface JavaVMOption


Method Summary
 ImagePointer getExtraInfo()
          Fetch the extraInfo component of this option.
 java.lang.String getOptionString()
          Fetch the optionString component of the option.
 

Method Detail

getOptionString

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

ImagePointer getExtraInfo()
                          throws DataUnavailable,
                                 CorruptDataException
Fetch the extraInfo component of this option.

Returns:
the pointer value from the extraInfo (usually null).
Throws:
DataUnavailable
CorruptDataException


© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.