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
  • Constructor Details

    • ContextHandlerMBean

      public ContextHandlerMBean(Object managedObject)
  • Method Details

    • getContextAttributes

      @ManagedAttribute("Map of context attributes") public Map<String,Object> getContextAttributes()
    • setContextAttribute

      @ManagedOperation(value="Set context attribute", impact="ACTION") public void setContextAttribute(@Name(value="name",description="attribute name") String name, @Name(value="value",description="attribute value") Object value)
    • setContextAttribute

      @ManagedOperation(value="Set context attribute", impact="ACTION") public void setContextAttribute(@Name(value="name",description="attribute name") String name, @Name(value="value",description="attribute value") String value)
    • removeContextAttribute

      @ManagedOperation(value="Remove context attribute", impact="ACTION") public void removeContextAttribute(@Name(value="name",description="attribute name") String name)