Message Queue, v4.5.1 API Specification

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

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

public class ClusterOperations
extends Object

Class containing information on cluster operations.


Field Summary
static String CHANGE_MASTER_BROKER
          Get info on specified broker (via address) in cluster.
static String GET_BROKER_ADDRESSES
          Get addresses for all brokers in cluster.
static String GET_BROKER_IDS
          Get IDs for all brokers in cluster.
static String GET_BROKER_INFO
          Get info on all brokers in cluster.
static String GET_BROKER_INFO_BY_ADDRESS
          Get info on specified broker (via address) in cluster.
static String GET_BROKER_INFO_BY_ID
          Get info on specified broker (via ID) in cluster.
static String RELOAD
          Cluster reload operation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_BROKER_ADDRESSES

public static final String GET_BROKER_ADDRESSES
Get addresses for all brokers in cluster.

See Also:
Constant Field Values

GET_BROKER_IDS

public static final String GET_BROKER_IDS
Get IDs for all brokers in cluster.

See Also:
Constant Field Values

GET_BROKER_INFO

public static final String GET_BROKER_INFO
Get info on all brokers in cluster.

See Also:
Constant Field Values

GET_BROKER_INFO_BY_ADDRESS

public static final String GET_BROKER_INFO_BY_ADDRESS
Get info on specified broker (via address) in cluster.

See Also:
Constant Field Values

GET_BROKER_INFO_BY_ID

public static final String GET_BROKER_INFO_BY_ID
Get info on specified broker (via ID) in cluster.

See Also:
Constant Field Values

RELOAD

public static final String RELOAD
Cluster reload operation.

See Also:
Constant Field Values

CHANGE_MASTER_BROKER

public static final String CHANGE_MASTER_BROKER
Get info on specified broker (via address) in cluster.

See Also:
Constant Field Values

Message Queue, v4.5.1 API Specification

Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.