public interface JavaVMOption
Represents the JavaVMOption C structures passed to JNI_CreateJavaVM to create the VM.
Each JavaVMOption consists of two components:
Modifier and Type | Method and Description |
---|---|
ImagePointer |
getExtraInfo()
Fetch the extraInfo component of this option.
|
java.lang.String |
getOptionString()
Fetch the optionString component of the option.
|
java.lang.String getOptionString() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
ImagePointer getExtraInfo() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
© Copyright 2005, 2012 IBM Corporation. All Rights Reserved.