public static enum SystemHandler.EventId extends Enum<SystemHandler.EventId> implements net.openhft.chronicle.wire.WireKey
| Enum Constant and Description |
|---|
heartbeat |
heartbeatReply |
userid |
| 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 userid
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 © 2015. All rights reserved.