Class Handler.AbstractMBean

java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.server.jmx.Handler.AbstractMBean
All Implemented Interfaces:
DynamicMBean
Direct Known Subclasses:
ContextHandlerMBean, QoSHandlerMBean, ServerMBean
Enclosing class:
Handler

@ManagedObject public static class Handler.AbstractMBean extends org.eclipse.jetty.jmx.ObjectMBean
  • Field Summary

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

    _managed
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractMBean(Object managedObject)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean

    getAttribute, getAttributes, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, setAttribute, setAttributes, setMBeanContainer

    Methods inherited from class Object

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

    • AbstractMBean

      public AbstractMBean(Object managedObject)
  • Method Details

    • getManagedObject

      public Handler.Abstract getManagedObject()
      Overrides:
      getManagedObject in class org.eclipse.jetty.jmx.ObjectMBean