Uses of Interface
dojox.cometd.Bayeux

Packages that use Bayeux
dojox.cometd.demo   
org.mortbay.cometd   
org.mortbay.cometd.continuation   
 

Uses of Bayeux in dojox.cometd.demo
 

Methods in dojox.cometd.demo with parameters of type Bayeux
 void BayeuxStartupListener.initialize(Bayeux bayeux)
           
 

Constructors in dojox.cometd.demo with parameters of type Bayeux
BayeuxStartupListener.EchoRPC(Bayeux bayeux)
           
 

Uses of Bayeux in org.mortbay.cometd
 

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

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

Constructors in org.mortbay.cometd with parameters of type Bayeux
BayeuxService(Bayeux bayeux, String name)
          Instantiate the service.
 

Uses of Bayeux in org.mortbay.cometd.continuation
 

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



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.