org.cometd.server
Class BayeuxService

java.lang.Object
  extended by org.cometd.server.AbstractService
      extended by org.cometd.server.BayeuxService

Deprecated. Use AbstractService

@Deprecated
public abstract class BayeuxService
extends AbstractService


Constructor Summary
BayeuxService(BayeuxServer bayeux, java.lang.String name)
          Deprecated.  
 
Method Summary
protected  void subscribe(java.lang.String channelId, java.lang.String methodName)
          Deprecated. 
 
Methods inherited from class org.cometd.server.AbstractService
addService, exception, getBayeux, getClient, 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
 

Constructor Detail

BayeuxService

public BayeuxService(BayeuxServer bayeux,
                     java.lang.String name)
Deprecated. 
Method Detail

subscribe

@Deprecated
protected void subscribe(java.lang.String channelId,
                                    java.lang.String methodName)
Deprecated. 



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