Package org.cometd.server.jmx
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
-
Constructor Summary
Constructors Constructor Description BayeuxServerImplMBean(Object managedObject)
-
Method Summary
Modifier and Type Method Description Set<String>
getChannels()
Set<String>
getKnownTransportNames()
Set<String>
getOptionNames()
int
getSessions()
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, isAnnotationPresent, mbeanFor, setAttribute, setAttributes, setMBeanContainer, toVariableName
-
Constructor Details
-
Method Details
-
getSessions
@ManagedAttribute(value="The number of sessions", readonly=true) public int getSessions() -
getChannels
-
getKnownTransportNames
-
getOptionNames
-