Uses of Class
org.mortbay.cometd.AbstractBayeux

Packages that use AbstractBayeux
org.mortbay.cometd   
org.mortbay.cometd.continuation   
 

Uses of AbstractBayeux in org.mortbay.cometd
 

Fields in org.mortbay.cometd declared as AbstractBayeux
protected  AbstractBayeux AbstractCometdServlet._bayeux
           
protected  AbstractBayeux ClientImpl._bayeux
           
 

Methods in org.mortbay.cometd that return AbstractBayeux
 AbstractBayeux AbstractCometdServlet.getBayeux()
           
protected abstract  AbstractBayeux AbstractCometdServlet.newBayeux()
           
 

Constructors in org.mortbay.cometd with parameters of type AbstractBayeux
ChannelImpl(String id, AbstractBayeux bayeux)
           
ClientImpl(AbstractBayeux bayeux)
           
ClientImpl(AbstractBayeux bayeux, String idPrefix)
           
 

Uses of AbstractBayeux in org.mortbay.cometd.continuation
 

Subclasses of AbstractBayeux in org.mortbay.cometd.continuation
 class ContinuationBayeux
          Extension of Bayeux that uses ContinuationClients.
 

Methods in org.mortbay.cometd.continuation that return AbstractBayeux
protected  AbstractBayeux ContinuationCometdServlet.newBayeux()
           
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.