Class Management

java.lang.Object
org.apache.derby.mbeans.Management
All Implemented Interfaces:
ManagementMBean

public class Management extends Object implements 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.