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