Uses of Interface
org.cometd.Bayeux

Packages that use Bayeux
org.cometd.examples   
org.cometd.oort   
org.cometd.server   
org.cometd.server.continuation   
 

Uses of Bayeux in org.cometd.examples
 

Constructors in org.cometd.examples with parameters of type Bayeux
ChatService(Bayeux bayeux)
           
CometdDemoServlet.EchoRPC(Bayeux bayeux)
           
CometdDemoServlet.Monitor(Bayeux bayeux)
           
 

Uses of Bayeux in org.cometd.oort
 

Fields in org.cometd.oort declared as Bayeux
protected  Bayeux Oort._bayeux
           
 

Methods in org.cometd.oort that return Bayeux
 Bayeux Oort.getBayeux()
           
 

Uses of Bayeux in org.cometd.server
 

Classes in org.cometd.server that implement Bayeux
 class AbstractBayeux
           
 

Methods in org.cometd.server that return Bayeux
 Bayeux BayeuxService.getBayeux()
           
 

Constructors in org.cometd.server with parameters of type Bayeux
BayeuxService(Bayeux bayeux, java.lang.String name)
          Instantiate the service.
BayeuxService(Bayeux bayeux, java.lang.String name, int maxThreads)
          Instantiate the service.
BayeuxService(Bayeux bayeux, java.lang.String name, int maxThreads, boolean synchronous)
          Instantiate the service.
 

Uses of Bayeux in org.cometd.server.continuation
 

Classes in org.cometd.server.continuation that implement Bayeux
 class ContinuationBayeux
          Extension of Bayeux that uses ContinuationClients.
 



Copyright © 2011 Dojo Foundation. All Rights Reserved.