org.apache.qpid.server.configuration.management
Class ConfigurationManagementMBean
java.lang.Object
javax.management.StandardMBean
org.apache.qpid.server.management.DefaultManagedObject
org.apache.qpid.server.management.AMQManagedObject
org.apache.qpid.server.configuration.management.ConfigurationManagementMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration, NotificationBroadcaster, org.apache.qpid.management.common.mbeans.ConfigurationManagement, ManagedObject
public class ConfigurationManagementMBean
- extends AMQManagedObject
- implements org.apache.qpid.management.common.mbeans.ConfigurationManagement
Fields inherited from interface org.apache.qpid.management.common.mbeans.ConfigurationManagement |
TYPE |
Methods inherited from class org.apache.qpid.server.management.DefaultManagedObject |
getHierarchicalName, getHierarchicalType, getManagedObjectRegistry, getManagementInterface, getObjectName, getObjectNameForSingleInstanceMBean, getParentObject, getType, jmxEncode, register, toString, unregister |
Methods inherited from class javax.management.StandardMBean |
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation |
ConfigurationManagementMBean
public ConfigurationManagementMBean()
throws NotCompliantMBeanException
- Throws:
NotCompliantMBeanException
getObjectInstanceName
public String getObjectInstanceName()
- Specified by:
getObjectInstanceName
in interface ManagedObject
- Returns:
- the name that uniquely identifies this object instance. It must be
unique only among objects of this type at this level in the hierarchy so
the uniqueness should not be too difficult to ensure.
reloadSecurityConfiguration
public void reloadSecurityConfiguration()
throws Exception
- Specified by:
reloadSecurityConfiguration
in interface org.apache.qpid.management.common.mbeans.ConfigurationManagement
- Throws:
Exception
Licensed to the Apache Software Foundation