public interface ManagementService extends ManagementMBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DERBY_JMX_DOMAIN
The domain for all of derby's mbeans: org.apache.derby
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
registerMBean(java.lang.Object bean,
java.lang.Class beanInterface,
java.lang.String keyProperties)
Registers an MBean with the MBean server.
|
void |
unregisterMBean(java.lang.Object mbeanIdentifier)
Unregister a mbean previously registered with registerMBean.
|
getSystemIdentifier, isManagementActive, startManagement, stopManagementstatic final java.lang.String DERBY_JMX_DOMAIN
java.lang.Object registerMBean(java.lang.Object bean,
java.lang.Class beanInterface,
java.lang.String keyProperties)
throws StandardException
bean - The MBean to wrap with a StandardMBean and registerbeanInterface - The management interface for the MBean.keyProperties - The String representation of the MBean's key properties,
they will be added into the ObjectName with Derby's domain. Key
type should be first with a short name for the bean, typically the
class name without the package.StandardExceptionvoid unregisterMBean(java.lang.Object mbeanIdentifier)
mbeanIdentifier - An identifier returned by registerMBean.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.