@ManagedObject
public class BayeuxServerImplMBean
extends org.eclipse.jetty.jmx.ObjectMBean
Constructor | Description |
---|---|
BayeuxServerImplMBean(java.lang.Object managedObject) |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, isAnnotationPresent, mbeanFor, setAttribute, setAttributes, setMBeanContainer, toVariableName
public BayeuxServerImplMBean(java.lang.Object managedObject)
@ManagedAttribute(value="The number of sessions", readonly=true) public int getSessions()
@ManagedAttribute(value="The channel names of this server", readonly=true) public java.util.Set<java.lang.String> getChannels()
@ManagedAttribute(value="The transports known by this server", readonly=true) public java.util.Set<java.lang.String> getKnownTransportNames()
@ManagedAttribute(value="The configuration option names", readonly=true) public java.util.Set<java.lang.String> getOptionNames()
Copyright © 2008–2017 The CometD Project. All rights reserved.