Class: sun.management.Flag
- class Flag
Flag class is a helper class for constructing a VMOption.
It has the static methods for getting the Flag objects, each
corresponds to one VMOption.
Methods
-
Flagtop
-
getAllFlagNamestop
static native private String[] getAllFlagNames() -
getAllFlagstop
-
getFlagtop
-
getFlagstop
-
getInternalFlagCounttop
static native private int getInternalFlagCount() -
getVMOptiontop
VMOption getVMOption() -
getValuetop
Object getValue() -
initializetop
static native private void initialize() -
isExternaltop
boolean isExternal() -
isWriteabletop
boolean isWriteable() -
setBooleanValuetop
static synchronized native void setBooleanValue(String name, boolean value) -
setLongValuetop
static synchronized native void setLongValue(String name, long value) -
setStringValuetop
