Message Queue, v4.4 API Specification

com.sun.messaging.jms.management.server
Class DestinationState

java.lang.Object
  extended by com.sun.messaging.jms.management.server.DestinationState

public class DestinationState
extends java.lang.Object

Class containing information on destination states.


Field Summary
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.
 
Method Summary
static java.lang.String toString(int state)
          Returns a string representation of the specified destination state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
Unknown destination state.

See Also:
Constant Field Values

RUNNING

public static final int RUNNING
Destination is active.

See Also:
Constant Field Values

CONSUMERS_PAUSED

public static final int CONSUMERS_PAUSED
Message delivery to consumers is paused.

See Also:
Constant Field Values

PRODUCERS_PAUSED

public static final int PRODUCERS_PAUSED
Message delivery from producers is paused.

See Also:
Constant Field Values

PAUSED

public static final int PAUSED
Message delivery from producers and to consumers is paused.

See Also:
Constant Field Values
Method Detail

toString

public static java.lang.String toString(int state)
Returns a string representation of the specified destination state.

Parameters:
state - Destination state.
Returns:
String representation of the specified destination state.

Message Queue, v4.4 API Specification

Copyright 2009 Sun Microsystems, Inc.
4150 Network Circle, Santa Clara, CA 95054, U.S.A. All Rights Reserved.