public static enum DistributedQueueManager.Event extends Enum<DistributedQueueManager.Event>
| Enum Constant and Description |
|---|
LOCAL_CONSUMER_STARTED |
LOCAL_CONSUMER_STOPPED |
LOCAL_QUEUE_CREATED |
LOCAL_QUEUE_DESTROYED |
REMOTE_QUEUE_AVAILABLE |
REMOTE_QUEUE_NOT_AVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
static DistributedQueueManager.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedQueueManager.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributedQueueManager.Event REMOTE_QUEUE_AVAILABLE
public static final DistributedQueueManager.Event REMOTE_QUEUE_NOT_AVAILABLE
public static final DistributedQueueManager.Event LOCAL_CONSUMER_STARTED
public static final DistributedQueueManager.Event LOCAL_CONSUMER_STOPPED
public static final DistributedQueueManager.Event LOCAL_QUEUE_CREATED
public static final DistributedQueueManager.Event LOCAL_QUEUE_DESTROYED
public static DistributedQueueManager.Event[] values()
for (DistributedQueueManager.Event c : DistributedQueueManager.Event.values()) System.out.println(c);
public static DistributedQueueManager.Event 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 © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.