Class BayeuxServerImplMBean

java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.cometd.server.jmx.BayeuxServerImplMBean
All Implemented Interfaces:
javax.management.DynamicMBean

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

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

    _managed
  • Constructor Summary

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

    Modifier and Type Method Description
    int getChannelCount()  
    java.util.Set<java.lang.String> getKnownTransportNames()  
    java.lang.String getObjectContextBasis()  
    java.util.Set<java.lang.String> getOptionNames()  
    int getSessionCount()  

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

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

    Methods inherited from class java.lang.Object

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

    • BayeuxServerImplMBean

      public BayeuxServerImplMBean​(java.lang.Object managedObject)
  • Method Details

    • getObjectContextBasis

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

      @ManagedAttribute(value="The number of ServerSessions", readonly=true) public int getSessionCount()
    • getChannelCount

      @ManagedAttribute(value="The number of ServerChannels", readonly=true) public int getChannelCount()
    • getKnownTransportNames

      @ManagedAttribute(value="The transports known by this CometD server", readonly=true) public java.util.Set<java.lang.String> getKnownTransportNames()
    • getOptionNames

      @ManagedAttribute(value="The configuration option names", readonly=true) public java.util.Set<java.lang.String> getOptionNames()