Interface ManagementService

  • All Superinterfaces:
    ManagementMBean
    All Known Implementing Classes:
    JMXManagementService, NoManagementService

    public interface ManagementService
    extends ManagementMBean
    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:
  • Create and start an instance of MBean server to register MBeans.
  • Create managed beans (MBeans) to instrument derby resources for management and monitoring. The following code can be used to locate an instance of this service if running. ManagementService ms = (ManagementService) Monitor.getSystemModule(Module.JMX);