Module org.eclipse.jetty.ee9.nested
Package org.eclipse.jetty.ee9.nested.jmx
Class ContextHandlerMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.ee9.nested.jmx.AbstractHandlerMBean
org.eclipse.jetty.ee9.nested.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.ee9.nested.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)
-