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 java.util.Set<java.lang.String>
getChannels()
java.util.Set<java.lang.String>
getKnownTransportNames()
java.util.Set<java.lang.String>
getOptionNames()
int
getSessions()
-
-
-
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 java.util.Set<java.lang.String> getChannels()
-
getKnownTransportNames
@ManagedAttribute(value="The transports known by this 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()
-
-