public enum JvmtiEvent extends Enum<JvmtiEvent>
| Enum Constant and Description |
|---|
JVMTI_EVENT_BREAKPOINT |
JVMTI_EVENT_CLASS_FILE_LOAD_HOOK |
JVMTI_EVENT_CLASS_PREPARE |
JVMTI_EVENT_NATIVE_METHOD_BIND |
JVMTI_EVENT_THREAD_END |
JVMTI_EVENT_VM_DEATH |
JVMTI_EVENT_VM_INIT |
JVMTI_EVENT_VM_START |
| Modifier and Type | Method and Description |
|---|---|
int |
getCValue() |
static JvmtiEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JvmtiEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JvmtiEvent JVMTI_EVENT_VM_START
public static final JvmtiEvent JVMTI_EVENT_VM_INIT
public static final JvmtiEvent JVMTI_EVENT_VM_DEATH
public static final JvmtiEvent JVMTI_EVENT_BREAKPOINT
public static final JvmtiEvent JVMTI_EVENT_THREAD_END
public static final JvmtiEvent JVMTI_EVENT_NATIVE_METHOD_BIND
public static final JvmtiEvent JVMTI_EVENT_CLASS_PREPARE
public static final JvmtiEvent JVMTI_EVENT_CLASS_FILE_LOAD_HOOK
public static JvmtiEvent[] values()
public static JvmtiEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCValue()