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
-
Field Summary
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, setAttribute, setAttributes, setMBeanContainer
-
Constructor Details
-
BayeuxServerImplMBean
-
-
Method Details
-
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
-
getOptionNames
-
getLastSweepInfo
@ManagedAttribute(value="The information about the last sweep", readonly=true) public CompositeData getLastSweepInfo() -
getLongestSweepInfo
@ManagedAttribute(value="The information about the sweep that took the longest time", readonly=true) public CompositeData getLongestSweepInfo()
-