Package org.eclipse.jetty.server.jmx
Class ServerMBean
- 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") @Deprecated(since="2021-05-27") public class ServerMBean extends ObjectMBean
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
-
-
Constructor Summary
Constructors Constructor Description ServerMBean(java.lang.Object managedObject)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Handler[]
getContexts()
Deprecated.long
getStartupTime()
Deprecated.-
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes
-
-
-
-
Method Detail
-
getContexts
@ManagedAttribute("contexts on this server") public Handler[] getContexts()
Deprecated.
-
getStartupTime
@ManagedAttribute("the startup time since January 1st, 1970 (in ms)") public long getStartupTime()
Deprecated.
-
-