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