Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getChannelCount()  
      java.util.Set<java.lang.String> getKnownTransportNames()  
      javax.management.openmbean.CompositeData getLastSweepInfo()  
      javax.management.openmbean.CompositeData getLongestSweepInfo()  
      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 Detail

      • BayeuxServerImplMBean

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

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

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

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