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.server.jmx.Handler.AbstractMBean
getContextName, getObjectContextBasisMethods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, setAttribute, setAttributes, setMBeanContainer
-
Constructor Details
-
ContextHandlerMBean
-
-
Method Details
-
getManagedObject
- Overrides:
getManagedObjectin classHandler.AbstractMBean
-
getContextAttributes
-
setContextAttribute
-
setContextAttribute
-
removeContextAttribute
@ManagedOperation(value="Remove context attribute", impact="ACTION") public void removeContextAttribute(@Name(value="name",description="attribute name") String name)
-