org.cometd.server.jmx
Class BayeuxServerImplMBean

java.lang.Object
  extended by org.eclipse.jetty.jmx.ObjectMBean
      extended by org.cometd.server.jmx.BayeuxServerImplMBean
All Implemented Interfaces:
DynamicMBean

public class BayeuxServerImplMBean
extends org.eclipse.jetty.jmx.ObjectMBean


Field Summary
 
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
 
Constructor Summary
BayeuxServerImplMBean(Object managedObject)
           
 
Method Summary
 List<String> getAllowedTransports()
           
 Set<String> getChannels()
           
 Set<String> getKnownTransportNames()
           
 int getSessions()
           
 
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayeuxServerImplMBean

public BayeuxServerImplMBean(Object managedObject)
Method Detail

getSessions

public int getSessions()

getChannels

public Set<String> getChannels()

getAllowedTransports

public List<String> getAllowedTransports()

getKnownTransportNames

public Set<String> getKnownTransportNames()


Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.