public static enum EventNotifierBase.EventType extends Enum<EventNotifierBase.EventType>
| Enum Constant and Description |
|---|
Deployed |
Installed |
Ready |
ShutDown |
Started |
Stopped |
Undeployed |
Uninstalled |
Upgraded |
| Modifier and Type | Method and Description |
|---|---|
static EventNotifierBase.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventNotifierBase.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventNotifierBase.EventType Installed
public static final EventNotifierBase.EventType Upgraded
public static final EventNotifierBase.EventType Uninstalled
public static final EventNotifierBase.EventType Deployed
public static final EventNotifierBase.EventType Undeployed
public static final EventNotifierBase.EventType Ready
public static final EventNotifierBase.EventType Started
public static final EventNotifierBase.EventType Stopped
public static final EventNotifierBase.EventType ShutDown
public static EventNotifierBase.EventType[] values()
for (EventNotifierBase.EventType c : EventNotifierBase.EventType.values()) System.out.println(c);
public static EventNotifierBase.EventType 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 nullCopyright © 2011-2016 OpenESB Community. All Rights Reserved.