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

  • Method Details

    • getSessions

      @ManagedAttribute(value="The number of sessions", readonly=true) public int getSessions()
    • getChannels

      @ManagedAttribute(value="The channel names of this server", readonly=true) public Set<String> getChannels()
    • getKnownTransportNames

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

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