|
Message Queue, v4.4 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 java.lang.String |
BROKER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the Broker Config MBean. |
static java.lang.String |
BROKER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the Broker Monitor MBean. |
static java.lang.String |
CLUSTER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the Cluster Config MBean. |
static java.lang.String |
CLUSTER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the Cluster Monitor MBean. |
static java.lang.String |
CONNECTION_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ConnectionManager Config MBean. |
static java.lang.String |
CONNECTION_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ConnectionManager Monitor MBean. |
static java.lang.String |
CONSUMER_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ConsumerManager Config MBean. |
static java.lang.String |
CONSUMER_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ConsumerManager Monitor MBean. |
static java.lang.String |
DESTINATION_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the DestinationManager Config MBean. |
static java.lang.String |
DESTINATION_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the DestinationManager Monitor MBean. |
static java.lang.String |
JVM_MONITOR_MBEAN_NAME
String representation of the ObjectName for the JVM Monitor MBean. |
static java.lang.String |
LOG_CONFIG_MBEAN_NAME
String representation of the ObjectName for the Log Config MBean. |
static java.lang.String |
LOG_MONITOR_MBEAN_NAME
String representation of the ObjectName for the Log Monitor MBean. |
static java.lang.String |
PRODUCER_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ProducerManager Config MBean. |
static java.lang.String |
PRODUCER_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ProducerManager Monitor MBean. |
static java.lang.String |
SERVICE_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the ServiceManager Config MBean. |
static java.lang.String |
SERVICE_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the ServiceManager Monitor MBean. |
static java.lang.String |
TRANSACTION_MANAGER_CONFIG_MBEAN_NAME
String representation of the ObjectName for the TransactionManager Config MBean. |
static java.lang.String |
TRANSACTION_MANAGER_MONITOR_MBEAN_NAME
String representation of the ObjectName for the TransactionManager Monitor MBean. |
Method Summary | |
---|---|
static javax.management.ObjectName |
createConnectionConfig(java.lang.String id)
Creates ObjectName for specified connection configuration MBean. |
static javax.management.ObjectName |
createConnectionMonitor(java.lang.String id)
Creates ObjectName for specified connection monitoring MBean. |
static javax.management.ObjectName |
createDestinationConfig(java.lang.String destinationType,
java.lang.String destinationName)
Creates ObjectName for destination configuration MBean. |
static javax.management.ObjectName |
createDestinationMonitor(java.lang.String destinationType,
java.lang.String destinationName)
Creates ObjectName for specified destination monitor MBean. |
static javax.management.ObjectName |
createServiceConfig(java.lang.String serviceName)
Creates ObjectName for service configuration MBean. |
static javax.management.ObjectName |
createServiceMonitor(java.lang.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 java.lang.String BROKER_CONFIG_MBEAN_NAME
public static final java.lang.String CONNECTION_MANAGER_CONFIG_MBEAN_NAME
public static final java.lang.String CONSUMER_MANAGER_CONFIG_MBEAN_NAME
public static final java.lang.String SERVICE_MANAGER_CONFIG_MBEAN_NAME
public static final java.lang.String DESTINATION_MANAGER_CONFIG_MBEAN_NAME
public static final java.lang.String CLUSTER_CONFIG_MBEAN_NAME
public static final java.lang.String LOG_CONFIG_MBEAN_NAME
public static final java.lang.String PRODUCER_MANAGER_CONFIG_MBEAN_NAME
public static final java.lang.String TRANSACTION_MANAGER_CONFIG_MBEAN_NAME
public static final java.lang.String BROKER_MONITOR_MBEAN_NAME
public static final java.lang.String SERVICE_MANAGER_MONITOR_MBEAN_NAME
public static final java.lang.String DESTINATION_MANAGER_MONITOR_MBEAN_NAME
public static final java.lang.String TRANSACTION_MANAGER_MONITOR_MBEAN_NAME
public static final java.lang.String CONNECTION_MANAGER_MONITOR_MBEAN_NAME
public static final java.lang.String CONSUMER_MANAGER_MONITOR_MBEAN_NAME
public static final java.lang.String PRODUCER_MANAGER_MONITOR_MBEAN_NAME
public static final java.lang.String JVM_MONITOR_MBEAN_NAME
public static final java.lang.String CLUSTER_MONITOR_MBEAN_NAME
public static final java.lang.String LOG_MONITOR_MBEAN_NAME
Method Detail |
---|
public static javax.management.ObjectName createServiceConfig(java.lang.String serviceName) throws javax.management.MalformedObjectNameException, java.lang.NullPointerException
serviceName
- Name of service.
javax.management.MalformedObjectNameException
java.lang.NullPointerException
public static javax.management.ObjectName createServiceMonitor(java.lang.String serviceName) throws javax.management.MalformedObjectNameException, java.lang.NullPointerException
serviceName
- Name of service.
javax.management.MalformedObjectNameException
java.lang.NullPointerException
public static javax.management.ObjectName createDestinationConfig(java.lang.String destinationType, java.lang.String destinationName) throws javax.management.MalformedObjectNameException, java.lang.NullPointerException
destinationType
- Type of destination. One of
DestinationType.TOPIC, DestinationType.QUEUE.destinationName
- Name of destination.
javax.management.MalformedObjectNameException
java.lang.NullPointerException
public static javax.management.ObjectName createDestinationMonitor(java.lang.String destinationType, java.lang.String destinationName) throws javax.management.MalformedObjectNameException, java.lang.NullPointerException
destinationType
- Type of destination. One of
DestinationType.TOPIC, DestinationType.QUEUE.destinationName
- Name of destination.
javax.management.MalformedObjectNameException
java.lang.NullPointerException
public static javax.management.ObjectName createConnectionConfig(java.lang.String id)
id
- Connection ID
public static javax.management.ObjectName createConnectionMonitor(java.lang.String id)
id
- Connection ID
|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |