public static enum ChannelEvent.Kind extends Enum<ChannelEvent.Kind>
Enum Constant and Description |
---|
BINDQUEUE |
CANCEL |
CLOSE |
COMMITTRANSACTION |
CONSUME |
DECLAREEXCHANGE |
DECLAREQUEUE |
DELETEEXCHANGE |
DELETEQUEUE |
ERROR |
FLOW |
GET |
MESSAGE |
OPEN |
PURGEQUEUE |
RECOVER |
REJECT |
ROLLBACKTRANSACTION |
SELECTTRANSACTION |
UNBINDQUEUE |
Modifier and Type | Method and Description |
---|---|
static ChannelEvent.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelEvent.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelEvent.Kind OPEN
public static final ChannelEvent.Kind MESSAGE
public static final ChannelEvent.Kind CLOSE
public static final ChannelEvent.Kind GET
public static final ChannelEvent.Kind DECLAREQUEUE
public static final ChannelEvent.Kind DECLAREEXCHANGE
public static final ChannelEvent.Kind FLOW
public static final ChannelEvent.Kind BINDQUEUE
public static final ChannelEvent.Kind UNBINDQUEUE
public static final ChannelEvent.Kind DELETEQUEUE
public static final ChannelEvent.Kind DELETEEXCHANGE
public static final ChannelEvent.Kind CANCEL
public static final ChannelEvent.Kind COMMITTRANSACTION
public static final ChannelEvent.Kind ROLLBACKTRANSACTION
public static final ChannelEvent.Kind SELECTTRANSACTION
public static final ChannelEvent.Kind CONSUME
public static final ChannelEvent.Kind PURGEQUEUE
public static final ChannelEvent.Kind RECOVER
public static final ChannelEvent.Kind REJECT
public static final ChannelEvent.Kind ERROR
public static ChannelEvent.Kind[] values()
for (ChannelEvent.Kind c : ChannelEvent.Kind.values()) System.out.println(c);
public static ChannelEvent.Kind 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 © 2014. All Rights Reserved.