com.sun.messaging.jms.management.server
public class BrokerState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
BROKER_DOWN
The broker is down.
|
static int |
INITIALIZING
The broker is initializing.
|
static int |
OPERATING
A broker has started and is operating normally.
|
static int |
QUIESCE_COMPLETE
The broker has finished quiescing.
|
static int |
QUIESCE_STARTED
The broker has started to quiesce.
|
static int |
SHUTDOWN_STARTED
The broker is starting to shutdown (either immediately or after a specific grace
period) or restart
|
static int |
TAKEOVER_COMPLETE
The broker has completed the takeover another broker's message store.
|
static int |
TAKEOVER_FAILED
The broker has failed in the attempt to takeover another broker's message store.
|
static int |
TAKEOVER_STARTED
The broker has started to takeover another broker's message store.
|
static int |
UNKNOWN
Unknown broker state.
|
public static final int UNKNOWN
public static final int OPERATING
public static final int TAKEOVER_STARTED
public static final int TAKEOVER_COMPLETE
public static final int TAKEOVER_FAILED
public static final int QUIESCE_STARTED
public static final int QUIESCE_COMPLETE
public static final int SHUTDOWN_STARTED
public static final int BROKER_DOWN
public static final int INITIALIZING
public static String toString(int state)
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.