@ManagedObject
public class BayeuxServerImplMBean
extends org.eclipse.jetty.jmx.ObjectMBean
Constructor and Description |
---|
BayeuxServerImplMBean(Object managedObject) |
Modifier and Type | Method and Description |
---|---|
int |
getChannelCount() |
Set<String> |
getKnownTransportNames() |
CompositeData |
getLastSweepInfo() |
CompositeData |
getLongestSweepInfo() |
String |
getObjectContextBasis() |
Set<String> |
getOptionNames() |
int |
getSessionCount() |
public BayeuxServerImplMBean(Object managedObject)
public String getObjectContextBasis()
getObjectContextBasis
in class org.eclipse.jetty.jmx.ObjectMBean
@ManagedAttribute(value="The number of ServerSessions", readonly=true) public int getSessionCount()
@ManagedAttribute(value="The number of ServerChannels", readonly=true) public int getChannelCount()
@ManagedAttribute(value="The transports known by this CometD server", readonly=true) public Set<String> getKnownTransportNames()
@ManagedAttribute(value="The configuration option names", readonly=true) public Set<String> getOptionNames()
@ManagedAttribute(value="The information about the last sweep", readonly=true) public CompositeData getLastSweepInfo()
@ManagedAttribute(value="The information about the sweep that took the longest time", readonly=true) public CompositeData getLongestSweepInfo()
Copyright © 2008–2024 The CometD Project. All rights reserved.