public class ConfigManagementSupport extends Object
Modifier and Type | Method and Description |
---|---|
static ObjectName |
registerMBean()
Registers a new instance of
ManagedConfigMBean mbean for accessing config documentation into the local platform
mbean server. |
static ObjectName |
registerMBean(String context)
Registers the
ManagedConfigMBean mbean for accessing config documentation into the local platform
mbean server. |
static ObjectName |
unregisterMBean()
Unregisters a new instance of
ManagedConfigMBean mbean for accessing config documentation
into the local platform mbean server. |
static ObjectName |
unregisterMBean(String context)
Unegisters the
ManagedConfigMBean mbean for accessing config documentation into the local
platform mbean server. |
public static ObjectName registerMBean()
ManagedConfigMBean
mbean for accessing config documentation into the local platform
mbean server.public static ObjectName registerMBean(String context)
ManagedConfigMBean
mbean for accessing config documentation into the local platform
mbean server.context
- An optional context parameter to be added to the object name.public static ObjectName unregisterMBean()
ManagedConfigMBean
mbean for accessing config documentation
into the local platform mbean server.public static ObjectName unregisterMBean(String context)
ManagedConfigMBean
mbean for accessing config documentation into the local
platform mbean server.context
- An optional context parameter to be added to the object name.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.