Class BayeuxServerImplMBean

  • All Implemented Interfaces:
    DynamicMBean

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

      • BayeuxServerImplMBean

        public BayeuxServerImplMBean​(Object managedObject)
    • Method Detail

      • 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()