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 ObjectMBean
_managed - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the managed object.longvoidsetMaxSuspendMillis(long maxSuspend) Methods inherited from class ObjectMBean
getAttribute, getAttributes, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, setAttribute, setAttributes, setMBeanContainer 
- 
Constructor Details
- 
QoSHandlerMBean
 
 - 
 - 
Method Details
- 
getManagedObject
Description copied from class:ObjectMBeanGet the managed object.- Overrides:
 getManagedObjectin classHandler.AbstractMBean- Returns:
 - the managed object
 
 - 
getMaxSuspendMillis
@ManagedAttribute("The maximum request suspend time in milliseconds") public long getMaxSuspendMillis() - 
setMaxSuspendMillis
public void setMaxSuspendMillis(long maxSuspend)  
 -