Class OortMBean

java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.cometd.oort.jmx.OortMBean
All Implemented Interfaces:
DynamicMBean

@ManagedObject
public class OortMBean
extends org.eclipse.jetty.jmx.ObjectMBean
  • Field Summary

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

    _managed
  • Constructor Summary

    Constructors 
    Constructor Description
    OortMBean​(Object managedObject)  
  • Method Summary

    Modifier and Type Method Description
    Set<String> getObservedChannels()  

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

    defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, isAnnotationPresent, mbeanFor, setAttribute, setAttributes, setMBeanContainer, toVariableName

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getObservedChannels

      @ManagedAttribute(value="Channels that are observed among Oort instances", readonly=true) public Set<String> getObservedChannels()