|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.jms.management.server.MQObjectName
public class MQObjectName
Utility class for manipulating Message Queue MBean Object Names.
Field Summary | |
---|---|
static String |
BROKER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the Broker Config MBean. |
static String |
BROKER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the Broker Monitor MBean. |
static String |
CLUSTER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the Cluster Config MBean. |
static String |
CLUSTER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the Cluster Monitor MBean. |
static String |
CONNECTION_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ConnectionManager Config MBean. |
static String |
CONNECTION_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ConnectionManager Monitor MBean. |
static String |
CONSUMER_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ConsumerManager Config MBean. |
static String |
CONSUMER_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ConsumerManager Monitor MBean. |
static String |
DESTINATION_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the DestinationManager Config MBean. |
static String |
DESTINATION_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the DestinationManager Monitor MBean. |
static String |
JVM_MONITOR_MBEAN_NAME
String representation of the ObjectName for the JVM Monitor MBean. |
static String |
LOG_CONFIG_MBEAN_NAME
String representation of the ObjectName for the Log Config MBean. |
static String |
LOG_MONITOR_MBEAN_NAME
String representation of the ObjectName for the Log Monitor MBean. |
static String |
PRODUCER_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ProducerManager Config MBean. |
static String |
PRODUCER_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ProducerManager Monitor MBean. |
static String |
SERVICE_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ServiceManager Config MBean. |
static String |
SERVICE_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ServiceManager Monitor MBean. |
static String |
TRANSACTION_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the TransactionManager Config MBean. |
static String |
TRANSACTION_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the TransactionManager Monitor MBean. |
Method Summary | |
---|---|
static ObjectName |
createConnectionConfig(String id)
Creates ObjectName for specified connection configuration MBean. |
static ObjectName |
createConnectionMonitor(String id)
Creates ObjectName for specified connection monitoring MBean. |
static ObjectName |
createDestinationConfig(String destinationType,
String destinationName)
Creates ObjectName for destination configuration MBean. |
static ObjectName |
createDestinationMonitor(String destinationType,
String destinationName)
Creates ObjectName for specified destination monitor MBean. |
static ObjectName |
createServiceConfig(String serviceName)
Creates ObjectName for service configuration MBean. |
static ObjectName |
createServiceMonitor(String serviceName)
Creates ObjectName for service monitoring MBean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String BROKER_CONFIG_MBEAN_NAME
public static final String CONNECTION_MANAGER_CONFIG_MBEAN_NAME
public static final String CONSUMER_MANAGER_CONFIG_MBEAN_NAME
public static final String SERVICE_MANAGER_CONFIG_MBEAN_NAME
public static final String DESTINATION_MANAGER_CONFIG_MBEAN_NAME
public static final String CLUSTER_CONFIG_MBEAN_NAME
public static final String LOG_CONFIG_MBEAN_NAME
public static final String PRODUCER_MANAGER_CONFIG_MBEAN_NAME
public static final String TRANSACTION_MANAGER_CONFIG_MBEAN_NAME
public static final String BROKER_MONITOR_MBEAN_NAME
public static final String SERVICE_MANAGER_MONITOR_MBEAN_NAME
public static final String DESTINATION_MANAGER_MONITOR_MBEAN_NAME
public static final String TRANSACTION_MANAGER_MONITOR_MBEAN_NAME
public static final String CONNECTION_MANAGER_MONITOR_MBEAN_NAME
public static final String CONSUMER_MANAGER_MONITOR_MBEAN_NAME
public static final String PRODUCER_MANAGER_MONITOR_MBEAN_NAME
public static final String JVM_MONITOR_MBEAN_NAME
public static final String CLUSTER_MONITOR_MBEAN_NAME
public static final String LOG_MONITOR_MBEAN_NAME
Method Detail |
---|
public static ObjectName createServiceConfig(String serviceName) throws MalformedObjectNameException, NullPointerException
serviceName
- Name of service.
MalformedObjectNameException
NullPointerException
public static ObjectName createServiceMonitor(String serviceName) throws MalformedObjectNameException, NullPointerException
serviceName
- Name of service.
MalformedObjectNameException
NullPointerException
public static ObjectName createDestinationConfig(String destinationType, String destinationName) throws MalformedObjectNameException, NullPointerException
destinationType
- Type of destination. One of
DestinationType.TOPIC, DestinationType.QUEUE.destinationName
- Name of destination.
MalformedObjectNameException
NullPointerException
public static ObjectName createDestinationMonitor(String destinationType, String destinationName) throws MalformedObjectNameException, NullPointerException
destinationType
- Type of destination. One of
DestinationType.TOPIC, DestinationType.QUEUE.destinationName
- Name of destination.
MalformedObjectNameException
NullPointerException
public static ObjectName createConnectionConfig(String id)
id
- Connection ID
public static ObjectName createConnectionMonitor(String id)
id
- Connection ID
|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |