public class DestinationState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSUMERS_PAUSED
Message delivery to consumers is paused.
|
static int |
PAUSED
Message delivery from producers and to consumers
is paused.
|
static int |
PRODUCERS_PAUSED
Message delivery from producers is paused.
|
static int |
RUNNING
Destination is active.
|
static int |
UNKNOWN
Unknown destination state.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int state)
Returns a string representation of the specified destination state.
|
public static final int UNKNOWN
public static final int RUNNING
public static final int CONSUMERS_PAUSED
public static final int PRODUCERS_PAUSED
public static final int PAUSED
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.