Class ServerMBean

  • All Implemented Interfaces:
    DynamicMBean

    @ManagedObject("MBean Wrapper for Server")
    public class ServerMBean
    extends org.eclipse.jetty.jmx.ObjectMBean
    • Constructor Detail

      • ServerMBean

        public ServerMBean​(Object managedObject)
    • Method Detail

      • getContexts

        @ManagedAttribute("contexts on this server")
        public Handler[] getContexts()
      • getStartupTime

        @ManagedAttribute("the startup time since January 1st, 1970 (in ms)")
        public long getStartupTime()