Modifier and Type | Method and Description |
---|---|
static LCSEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSEvent HANDSHAKE_FAILED
public static final LCSEvent HANDSHAKE_SUCCESS
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_CHECK_FAILED
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_CHECK_SUCCESS
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_CHECK_TOKEN_CORRUPTED
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_ENVIRONMENT_MISMATCH
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_INVALID
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_INVALID_USER_CREDENTIALS
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_INVALIDATED
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_MISSING
public static final LCSEvent LCS_CLUSTER_ENTRY_TOKEN_MULTIPLE_TOKENS
public static final LCSEvent LCS_CLUSTER_NODE_UNREGISTERED
public static final LCSEvent LCS_GATEWAY_UNAVAILABLE
public static final LCSEvent SIGN_OFF_FAILED
public static final LCSEvent SIGN_OFF_SUCCESS
public static LCSEvent[] values()
for (LCSEvent c : LCSEvent.values()) System.out.println(c);
public static LCSEvent valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null