Class ServerMBean

java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.server.jmx.ServerMBean
All Implemented Interfaces:
DynamicMBean

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

    Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean

    _managed
  • Constructor Summary

    Constructors
    Constructor
    Description
    ServerMBean(Object managedObject)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     

    Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean

    getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, setAttribute, setAttributes, setMBeanContainer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServerMBean

      public ServerMBean(Object managedObject)
  • Method Details

    • getContexts

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

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