|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaVMOption
This class models the JavaVMOption C structures passed to the JNI invocation API entry point JNI_CreateJavaVM used to create a Java Virtual Machine. Each JavaVMOption consists of two components :
Method Summary | |
---|---|
ImagePointer |
getExtraInfo()
Fetch the extraInfo component of this option. |
java.lang.String |
getOptionString()
Fetch the optionString component of the option. |
Method Detail |
---|
java.lang.String getOptionString() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
ImagePointer getExtraInfo() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |