java.lang.Object
org.apache.derby.mbeans.Management
- All Implemented Interfaces:
- ManagementMBean
Management MBean to allow applications to dynamically
 control visibility of Derby's MBeans.
 If Derby does not register its ManagementMBean then an
 application may register this implementation
 of ManagementMBean itself and use it to start Derby's
 JMX management.
 
If Derby is not booted then invoking startManagement will do nothing.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the system identifier that this MBean is managing.booleanReturn state of Derby's JMX management.voidStart Derby's MBeans.voidStop Derby's MBeans.
- 
Constructor Details- 
Managementpublic Management()
 
- 
- 
Method Details- 
startManagementpublic void startManagement()Start Derby's MBeans.- Specified by:
- startManagementin interface- ManagementMBean
- See Also:
 
- 
stopManagementpublic void stopManagement()Stop Derby's MBeans.- Specified by:
- stopManagementin interface- ManagementMBean
- See Also:
 
- 
isManagementActivepublic boolean isManagementActive()Return state of Derby's JMX management.- Specified by:
- isManagementActivein interface- ManagementMBean
- Returns:
- true Derby has registered beans, false Derby has not registered any beans.
- See Also:
 
- 
getSystemIdentifierReturn the system identifier that this MBean is managing.- Specified by:
- getSystemIdentifierin interface- ManagementMBean
- Returns:
- Runtime identifier for the system, null if Derby is not running.
- See Also:
 
 
-