Class AbstractHandlerMBean

  • All Implemented Interfaces:
    javax.management.DynamicMBean
    Direct Known Subclasses:
    ContextHandlerMBean

    public class AbstractHandlerMBean
    extends org.eclipse.jetty.jmx.ObjectMBean
    • Field Summary

      • Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean

        _managed
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractHandlerMBean​(java.lang.Object managedObject)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getContextName​(ContextHandler context)  
      java.lang.String getObjectContextBasis()  
      • Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean

        getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractHandlerMBean

        public AbstractHandlerMBean​(java.lang.Object managedObject)
    • Method Detail

      • getObjectContextBasis

        public java.lang.String getObjectContextBasis()
        Overrides:
        getObjectContextBasis in class org.eclipse.jetty.jmx.ObjectMBean
      • getContextName

        protected java.lang.String getContextName​(ContextHandler context)