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