public final class JBIJMXObjectNames extends Object
| Constructor and Description |
|---|
JBIJMXObjectNames() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
getAdminServiceMBeanObjectName()
returns the ObjectName for the deployer Mbean.
|
static ObjectName |
getComponentDeployerMBeanObjectNamePattern(String componentName)
returns the ObjectName Pattern for deployer mbeans.
|
static ObjectName |
getComponentLifeCycleMBeanObjectNamePattern(String componentName)
returns the ObjectName Pattern for lifecycle mbeans.
|
static ObjectName |
getComponentLifeCycleMBeanObjectNamePattern(String componentName,
String targetName)
returns the ObjectName Pattern for lifecycle mbeans of the form:
com.sun.jbi:Target=instance1,ServiceType=ComponentLifecycle,ComponentName=
|
static ObjectName |
getJavaCapsAdministrationServiceMBeanObjectName()
returns the ObjectName for the CAPS Management Administration Service
Mbean.
|
static ObjectName |
getJavaCapsConfigurationServiceMBeanObjectName()
returns the ObjectName for the CAPS Management Configuration Service
Mbean.
|
static ObjectName |
getJavaCapsDeploymentServiceMBeanObjectName()
returns the ObjectName for the CAPS Management Deployment Service Mbean.
|
static ObjectName |
getJavaCapsInstallationServiceMBeanObjectName()
returns the ObjectName for the CAPS Management Installation Service
Mbean.
|
static ObjectName |
getJavaCapsNotificationServiceMBeanObjectName()
returns the ObjectName for the CAPS Management Notification Service
Mbean.
|
static ObjectName |
getJavaCapsPerformanceMeasurementServiceMBeanObjectName()
returns the ObjectName for the CAPS Management Performance Measurement
Service Mbean.
|
static ObjectName |
getJavaCapsRuntimeManagementServiceMBeanObjectName()
returns the ObjectName for the CAPS Runtime Management Service Mbean.
|
static ObjectName |
getJbiAdminUiMBeanObjectName()
returns the ObjectName for the installer Mbean.
|
static String |
getJbiJmxDomain()
gets the jmx domain name
|
static ObjectName |
getJbiReferenceAdminUiMBeanObjectName()
returns the ObjectName for the reference JBI Mbean.
|
static ObjectName |
getJbiStatisticsMBeanObjectName()
This method is used to get the ObjectName for the statistics MBean.
|
public static final String JMX_JBI_DOMAIN
public static final String CONTROL_TYPE_KEY
public static final String DEPLOYER_CONTROL_TYPE_VALUE
public static final String INSTALLER_CONTROL_TYPE_VALUE
public static final String LIFECYCLE_CONTROL_TYPE_VALUE
public static final String CONTROLLER_CONTROL_TYPE_VALUE
public static final String ADMIN_SERVICE_CONTROL_TYPE_VALUE
public static final String COMPONENT_TYPE_KEY
public static final String SYSTEM_COMPONENT_TYPE_VALUE
public static final String INSTALL_COMPONENT_TYPE_VALUE
public static final String INSTALLED_TYPE_KEY
public static final String ENGINE_INSTALLED_TYPE_VALUE
public static final String BINDING_INSTALLED_TYPE_VALUE
public static final String COMPONENT_ID_KEY
public static final String SERVICE_NAME_KEY
public static final String ADMIN_SERVICE
public static final String DEPLOYMENT_SERVICE
public static final String INSTALLATION_SERVICE
public static final String CONFIGURATION_SERVICE
public static final String JBI_ADMIN_UI_SERVICE
public static final String JBI_REFERENCE_ADMIN_UI_SERVICE
public static final String JBI_STATISTICS_SERVICE
public static final String JAVA_CAPS_MANAGEMENT_ADMINISTRATION_SERVICE
public static final String JAVA_CAPS_MANAGEMENT_CONFIGURATION_SERVICE
public static final String JAVA_CAPS_MANAGEMENT_DEPLOYMENT_SERVICE
public static final String JAVA_CAPS_MANAGEMENT_INSTALLATION_SERVICE
public static final String JAVA_CAPS_MANAGEMENT_RUNTIME_MANAGEMENT_SERVICE
public static final String JAVA_CAPS_MANAGEMENT_PERFORMANCE_MEASUREMENT_SERVICE
public static final String JAVA_CAPS_MANAGEMENT_NOTIFICATION_SERVICE
public static final String TARGET_KEY
public static final String SERVICE_TYPE_KEY
public static final String COMPONENT_LIFECYCLE_KEY
public static String getJbiJmxDomain()
public static ObjectName getJbiAdminUiMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJbiReferenceAdminUiMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJavaCapsAdministrationServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJavaCapsNotificationServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJavaCapsConfigurationServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJavaCapsDeploymentServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJavaCapsInstallationServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJavaCapsRuntimeManagementServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJavaCapsPerformanceMeasurementServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getAdminServiceMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getComponentLifeCycleMBeanObjectNamePattern(String componentName) throws MalformedObjectNameException
componentName - id of a binding or engine componentMalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getComponentLifeCycleMBeanObjectNamePattern(String componentName, String targetName) throws MalformedObjectNameException
componentName - id of a binding or engine componentMalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getComponentDeployerMBeanObjectNamePattern(String componentName) throws MalformedObjectNameException
componentName - id of a binding or engine componentMalformedObjectNameException - if the object name is not formatted according to jmx object
namepublic static ObjectName getJbiStatisticsMBeanObjectName() throws MalformedObjectNameException
MalformedObjectNameException - if the object name is not formatted according to jmx object name.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.