public static enum ClientControl.SessionPropertiesStream.EventType extends Enum<ClientControl.SessionPropertiesStream.EventType>
Enum Constant and Description |
---|
DISCONNECTED
Session has disconnected.
|
FAILED_OVER
Use in a clustered configuration to indicate that the session
failed over from another server.
|
RECONNECTED
Session has reconnected.
|
UPDATED
One or more relevant session properties have been updated.
|
Modifier and Type | Method and Description |
---|---|
static ClientControl.SessionPropertiesStream.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientControl.SessionPropertiesStream.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientControl.SessionPropertiesStream.EventType UPDATED
public static final ClientControl.SessionPropertiesStream.EventType RECONNECTED
public static final ClientControl.SessionPropertiesStream.EventType FAILED_OVER
public static final ClientControl.SessionPropertiesStream.EventType DISCONNECTED
public static ClientControl.SessionPropertiesStream.EventType[] values()
for (ClientControl.SessionPropertiesStream.EventType c : ClientControl.SessionPropertiesStream.EventType.values()) System.out.println(c);
public static ClientControl.SessionPropertiesStream.EventType 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 © 2022 Push Technology Ltd. All Rights Reserved.