com.sun.messaging.jms.management.server
public class MQObjectName extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 IDpublic static ObjectName createConnectionMonitor(String id)
id
- Connection IDCopyright (c) 2011, Oracle and/or its affiliates. All rights reserved.