Class QoSHandlerMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.server.jmx.Handler.AbstractMBean
org.eclipse.jetty.server.handler.jmx.QoSHandlerMBean
- All Implemented Interfaces:
DynamicMBean
-
Field Summary
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the managed object.long
void
setMaxSuspendMillis
(long maxSuspend) Methods inherited from class org.eclipse.jetty.server.jmx.Handler.AbstractMBean
getContextName, getObjectContextBasis
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, setAttribute, setAttributes, setMBeanContainer
-
Constructor Details
-
QoSHandlerMBean
-
-
Method Details
-
getManagedObject
Description copied from class:ObjectMBean
Get the managed object.- Overrides:
getManagedObject
in classHandler.AbstractMBean
- Returns:
- the managed object
-
getMaxSuspendMillis
@ManagedAttribute("The maximum request suspend time in milliseconds") public long getMaxSuspendMillis() -
setMaxSuspendMillis
public void setMaxSuspendMillis(long maxSuspend)
-