public static enum SystemHandler.EventId extends Enum<SystemHandler.EventId> implements net.openhft.chronicle.wire.WireKey
Enum Constant and Description |
---|
clientId |
domain |
heartbeat |
heartbeatReply |
hostId |
onClientClosing |
onClosingReply |
securityToken |
sessionMode |
userId |
wireType |
Modifier and Type | Method and Description |
---|---|
static SystemHandler.EventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemHandler.EventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemHandler.EventId heartbeat
public static final SystemHandler.EventId heartbeatReply
public static final SystemHandler.EventId onClientClosing
public static final SystemHandler.EventId onClosingReply
public static final SystemHandler.EventId userId
public static final SystemHandler.EventId sessionMode
public static final SystemHandler.EventId domain
public static final SystemHandler.EventId securityToken
public static final SystemHandler.EventId wireType
public static final SystemHandler.EventId clientId
public static final SystemHandler.EventId hostId
public static SystemHandler.EventId[] values()
for (SystemHandler.EventId c : SystemHandler.EventId.values()) System.out.println(c);
public static SystemHandler.EventId 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 © 2021. All rights reserved.