public interface ManagementMBean
Key properties for registered MBean when registered by Derby:
type=Management
 system=runtime system identifier (see overview)
 Management, 
getSystemIdentifier()| Modifier and Type | Method and Description | 
|---|---|
| String | getSystemIdentifier()Get the system identifier that this MBean is managing. | 
| boolean | isManagementActive()Is Derby's JMX management active. | 
| void | startManagement()Inform Derby to start its JMX management by registering
 MBeans relevant to its current state. | 
| void | stopManagement()Inform Derby to stop its JMX management by unregistering
 its MBeans. | 
boolean isManagementActive()
String getSystemIdentifier()
void startManagement()
 Require SystemPermission("jmx", "control") if a security
 manager is installed.
SystemPermissionvoid stopManagement()
 Require SystemPermission("jmx", "control") if a security
 manager is installed.
SystemPermissionApache Derby 10.14 API Documentation - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.