Class BayeuxServerImplMBean

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

@ManagedObject public class BayeuxServerImplMBean extends org.eclipse.jetty.jmx.ObjectMBean
  • Constructor Details

    • BayeuxServerImplMBean

      public BayeuxServerImplMBean(Object managedObject)
  • Method Details

    • getObjectContextBasis

      public 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 Set<String> getKnownTransportNames()
    • getOptionNames

      @ManagedAttribute(value="The configuration option names", readonly=true) public Set<String> getOptionNames()
    • getLastSweepInfo

      @ManagedAttribute(value="The information about the last sweep", readonly=true) public CompositeData getLastSweepInfo()
    • getLongestSweepInfo

      @ManagedAttribute(value="The information about the sweep that took the longest time", readonly=true) public CompositeData getLongestSweepInfo()