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 Link icon

    • BayeuxServerImplMBean Link icon

      public BayeuxServerImplMBean(Object managedObject)
  • Method Details Link icon

    • getObjectContextBasis Link icon

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

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

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

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

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

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

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