Package org.cometd.server.jmx
Class BayeuxServerImplMBean
- java.lang.Object
-
- org.eclipse.jetty.jmx.ObjectMBean
-
- org.cometd.server.jmx.BayeuxServerImplMBean
-
- All Implemented Interfaces:
javax.management.DynamicMBean
@ManagedObject public class BayeuxServerImplMBean extends org.eclipse.jetty.jmx.ObjectMBean
-
-
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()
-
-
-
Method Detail
-
getObjectContextBasis
public java.lang.String getObjectContextBasis()
- Overrides:
getObjectContextBasis
in classorg.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()
-
-