public enum MonitorCommands extends Enum<MonitorCommands>
Enum Constant and Description |
---|
InBusMessage |
IncomingMessage |
MessageDeliveryFailure |
OutgoingMessage |
SubscribeEvent |
SuccessfulAttach |
UnsubcribeEvent |
Modifier and Type | Method and Description |
---|---|
static MonitorCommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorCommands SubscribeEvent
public static final MonitorCommands UnsubcribeEvent
public static final MonitorCommands IncomingMessage
public static final MonitorCommands OutgoingMessage
public static final MonitorCommands InBusMessage
public static final MonitorCommands MessageDeliveryFailure
public static final MonitorCommands SuccessfulAttach
public static MonitorCommands[] values()
for (MonitorCommands c : MonitorCommands.values()) System.out.println(c);
public static MonitorCommands 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 © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.