public static enum SessionEvent.SessionEventType extends Enum<SessionEvent.SessionEventType>
| Enum Constant and Description |
|---|
SESSION_CREATED |
SESSION_DESTROYED |
| Modifier and Type | Method and Description |
|---|---|
static SessionEvent.SessionEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionEvent.SessionEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionEvent.SessionEventType SESSION_CREATED
public static final SessionEvent.SessionEventType SESSION_DESTROYED
public static SessionEvent.SessionEventType[] values()
for (SessionEvent.SessionEventType c : SessionEvent.SessionEventType.values()) System.out.println(c);
public static SessionEvent.SessionEventType 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 © 2006-2014 GateIn. All Rights Reserved.