|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagementService
This interface represents a Management Service. An implementation of this service is started by the Derby monitor if the system property derby.system.jmx has been set. The following services are provided:
Field Summary | |
---|---|
static java.lang.String |
DERBY_JMX_DOMAIN
The domain for all of derby's mbeans: org.apache.derby |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.derby.mbeans.ManagementMBean |
---|
getSystemIdentifier, isManagementActive, startManagement, stopManagement |
Field Detail |
---|
static final java.lang.String DERBY_JMX_DOMAIN
Method Detail |
---|
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.
StandardException
void unregisterMBean(java.lang.Object mbeanIdentifier)
mbeanIdentifier
- An identifier returned by registerMBean.
StandardException
- Error unregistering bean.
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |