Class ContextHandlerMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.server.jmx.Handler.AbstractMBean
org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- All Implemented Interfaces:
DynamicMBean
@ManagedObject("ContextHandler mbean wrapper")
public class ContextHandlerMBean
extends Handler.AbstractMBean
-
Field Summary
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremoveContextAttribute(String name) voidsetContextAttribute(String name, Object value) voidsetContextAttribute(String name, String value) Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getMBeanContainer, getMBeanInfo, getObjectName, invoke, setAttribute, setAttributes, setMBeanContainer
-
Constructor Details
-
ContextHandlerMBean
-
-
Method Details
-
getManagedObject
- Overrides:
getManagedObjectin classHandler.AbstractMBean
-
getObjectNameBasis
- Overrides:
getObjectNameBasisin classorg.eclipse.jetty.jmx.ObjectMBean
-
getObjectContextBasis
- Overrides:
getObjectContextBasisin classorg.eclipse.jetty.jmx.ObjectMBean
-
getContextAttributes
-
setContextAttribute
-
setContextAttribute
-
removeContextAttribute
@ManagedOperation(value="Remove context attribute", impact="ACTION") public void removeContextAttribute(@Name(value="name",description="attribute name") String name)
-