|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaVMInitArgs
Field Summary | |
---|---|
static int |
JNI_VERSION_1_1
The JNI specified version constant for the Java 1.1 version of JNI |
static int |
JNI_VERSION_1_2
The JNI specified version constant for the Java 1.2 version of JNI |
static int |
JNI_VERSION_1_4
The JNI specified version constant for the Java 1.4 version of JNI |
Method Summary | |
---|---|
boolean |
getIgnoreUnrecognized()
Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM. |
java.util.Iterator |
getOptions()
Fetch the options used to start this VM, in the order they were originally specified. |
int |
getVersion()
Fetch the JNI version from the JavaVMInitArgs structure used to create this VM. |
Field Detail |
---|
static final int JNI_VERSION_1_1
static final int JNI_VERSION_1_2
static final int JNI_VERSION_1_4
Method Detail |
---|
int getVersion() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
boolean getIgnoreUnrecognized() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
java.util.Iterator getOptions() throws DataUnavailable
DataUnavailable
JavaVMOption
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |