- java.lang.Object
-
- org.eclipse.jetty.jmx.ObjectMBean
-
- org.eclipse.jetty.server.jmx.ServerMBean
-
- All Implemented Interfaces:
javax.management.DynamicMBean
@ManagedObject("MBean Wrapper for Server") public class ServerMBean extends org.eclipse.jetty.jmx.ObjectMBean
-
-
Constructor Summary
Constructors Constructor Description ServerMBean(java.lang.Object managedObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Handler[]getContexts()longgetStartupTime()
-
-
-
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()
-
-