Class ContextHandlerMBean
- java.lang.Object
-
- org.eclipse.jetty.jmx.ObjectMBean
-
- org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
-
- org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
-
- All Implemented Interfaces:
javax.management.DynamicMBean
@ManagedObject("ContextHandler mbean wrapper") @Deprecated(since="2021-05-27") public class ContextHandlerMBean extends AbstractHandlerMBean
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ContextHandlerMBean(java.lang.Object managedObject)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getContextAttributes()
Deprecated.void
removeContextAttribute(java.lang.String name)
Deprecated.void
setContextAttribute(java.lang.String name, java.lang.Object value)
Deprecated.void
setContextAttribute(java.lang.String name, java.lang.String value)
Deprecated.-
Methods inherited from class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
getObjectContextBasis
-
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes
-
-
-
-
Method Detail
-
getContextAttributes
@ManagedAttribute("Map of context attributes") public java.util.Map<java.lang.String,java.lang.Object> getContextAttributes()
Deprecated.
-
setContextAttribute
@ManagedOperation(value="Set context attribute", impact="ACTION") public void setContextAttribute(@Name(value="name",description="attribute name") java.lang.String name, @Name(value="value",description="attribute value") java.lang.Object value)
Deprecated.
-
setContextAttribute
@ManagedOperation(value="Set context attribute", impact="ACTION") public void setContextAttribute(@Name(value="name",description="attribute name") java.lang.String name, @Name(value="value",description="attribute value") java.lang.String value)
Deprecated.
-
removeContextAttribute
@ManagedOperation(value="Remove context attribute", impact="ACTION") public void removeContextAttribute(@Name(value="name",description="attribute name") java.lang.String name)
Deprecated.
-
-