Module org.eclipse.jetty.server
Class ContextHandlerMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.server.jmx.AbstractHandlerMBean
org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- All Implemented Interfaces:
DynamicMBean
@ManagedObject("ContextHandler mbean wrapper")
public class ContextHandlerMBean
extends AbstractHandlerMBean
-
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.AbstractHandlerMBean
getContextName, getObjectContextBasisMethods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, setAttribute, setAttributes, setMBeanContainer
-
Constructor Details
-
ContextHandlerMBean
-
-
Method Details
-
getContextAttributes
-
setContextAttribute
-
setContextAttribute
-
removeContextAttribute
@ManagedOperation(value="Remove context attribute", impact="ACTION") public void removeContextAttribute(@Name(value="name",description="attribute name") String name)
-