Class MQObjectName

java.lang.Object
com.sun.messaging.jms.management.server.MQObjectName

public class MQObjectName extends Object
Utility class for manipulating Message Queue MBean Object Names.
  • Field Details

    • BROKER_CONFIG_MBEAN_NAME

      public static final String BROKER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the Broker Config MBean.
      See Also:
    • CONNECTION_MANAGER_CONFIG_MBEAN_NAME

      public static final String CONNECTION_MANAGER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the ConnectionManager Config MBean.
      See Also:
    • CONSUMER_MANAGER_CONFIG_MBEAN_NAME

      public static final String CONSUMER_MANAGER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the ConsumerManager Config MBean.
      See Also:
    • SERVICE_MANAGER_CONFIG_MBEAN_NAME

      public static final String SERVICE_MANAGER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the ServiceManager Config MBean.
      See Also:
    • DESTINATION_MANAGER_CONFIG_MBEAN_NAME

      public static final String DESTINATION_MANAGER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the DestinationManager Config MBean.
      See Also:
    • CLUSTER_CONFIG_MBEAN_NAME

      public static final String CLUSTER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the Cluster Config MBean.
      See Also:
    • LOG_CONFIG_MBEAN_NAME

      public static final String LOG_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the Log Config MBean.
      See Also:
    • PRODUCER_MANAGER_CONFIG_MBEAN_NAME

      public static final String PRODUCER_MANAGER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the ProducerManager Config MBean.
      See Also:
    • TRANSACTION_MANAGER_CONFIG_MBEAN_NAME

      public static final String TRANSACTION_MANAGER_CONFIG_MBEAN_NAME
      String representation of the ObjectName for the TransactionManager Config MBean.
      See Also:
    • BROKER_MONITOR_MBEAN_NAME

      public static final String BROKER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the Broker Monitor MBean.
      See Also:
    • SERVICE_MANAGER_MONITOR_MBEAN_NAME

      public static final String SERVICE_MANAGER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the ServiceManager Monitor MBean.
      See Also:
    • DESTINATION_MANAGER_MONITOR_MBEAN_NAME

      public static final String DESTINATION_MANAGER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the DestinationManager Monitor MBean.
      See Also:
    • TRANSACTION_MANAGER_MONITOR_MBEAN_NAME

      public static final String TRANSACTION_MANAGER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the TransactionManager Monitor MBean.
      See Also:
    • CONNECTION_MANAGER_MONITOR_MBEAN_NAME

      public static final String CONNECTION_MANAGER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the ConnectionManager Monitor MBean.
      See Also:
    • CONSUMER_MANAGER_MONITOR_MBEAN_NAME

      public static final String CONSUMER_MANAGER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the ConsumerManager Monitor MBean.
      See Also:
    • PRODUCER_MANAGER_MONITOR_MBEAN_NAME

      public static final String PRODUCER_MANAGER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the ProducerManager Monitor MBean.
      See Also:
    • JVM_MONITOR_MBEAN_NAME

      public static final String JVM_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the JVM Monitor MBean.
      See Also:
    • CLUSTER_MONITOR_MBEAN_NAME

      public static final String CLUSTER_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the Cluster Monitor MBean.
      See Also:
    • LOG_MONITOR_MBEAN_NAME

      public static final String LOG_MONITOR_MBEAN_NAME
      String representation of the ObjectName for the Log Monitor MBean.
      See Also:
  • Method Details