org.cometd.benchmark
Class BayeuxLoadServer.StatisticsService

java.lang.Object
  extended by org.cometd.server.AbstractService
      extended by org.cometd.benchmark.BayeuxLoadServer.StatisticsService
Enclosing class:
BayeuxLoadServer

public static class BayeuxLoadServer.StatisticsService
extends AbstractService


Field Summary
 
Fields inherited from class org.cometd.server.AbstractService
_logger
 
Method Summary
 void startStatistics(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.Message message)
           
 void stopStatistics(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.Message message)
           
 
Methods inherited from class org.cometd.server.AbstractService
addService, doInvoke, exception, getBayeux, getLocalSession, getServerSession, getThreadPool, isSeeOwnPublishes, send, setSeeOwnPublishes, setThreadPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startStatistics

public void startStatistics(org.cometd.bayeux.server.ServerSession remote,
                            org.cometd.bayeux.Message message)

stopStatistics

public void stopStatistics(org.cometd.bayeux.server.ServerSession remote,
                           org.cometd.bayeux.Message message)
                    throws Exception
Throws:
Exception


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