public static enum IntraVmCopyMonitor.State extends java.lang.Enum<IntraVmCopyMonitor.State>
| Enum Constant and Description |
|---|
CLASSLOADER_COPY |
COPY |
NONE |
PASSIVATION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCopy() |
static IntraVmCopyMonitor.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntraVmCopyMonitor.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntraVmCopyMonitor.State NONE
public static final IntraVmCopyMonitor.State COPY
public static final IntraVmCopyMonitor.State CLASSLOADER_COPY
public static final IntraVmCopyMonitor.State PASSIVATION
public static IntraVmCopyMonitor.State[] values()
for (IntraVmCopyMonitor.State c : IntraVmCopyMonitor.State.values()) System.out.println(c);
public static IntraVmCopyMonitor.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isCopy()