Uses of Class
org.mortbay.cometd.ChannelImpl

Packages that use ChannelImpl
org.mortbay.cometd   
 

Uses of ChannelImpl in org.mortbay.cometd
 

Subclasses of ChannelImpl in org.mortbay.cometd
protected  class AbstractBayeux.ServiceChannel
           
 

Methods in org.mortbay.cometd that return ChannelImpl
 ChannelImpl ChannelImpl.addChild(ChannelImpl channel)
          Add a channel
 ChannelImpl AbstractBayeux.ServiceChannel.addChild(ChannelImpl channel)
           
 ChannelImpl AbstractBayeux.getChannel(ChannelId id)
           
 ChannelImpl AbstractBayeux.getChannel(String id)
           
 ChannelImpl ChannelImpl.getChild(ChannelId id)
           
 

Methods in org.mortbay.cometd with parameters of type ChannelImpl
protected  void AbstractBayeux.addChannel(ChannelImpl channel)
           
 ChannelImpl ChannelImpl.addChild(ChannelImpl channel)
          Add a channel
 ChannelImpl AbstractBayeux.ServiceChannel.addChild(ChannelImpl channel)
           
protected  void ClientImpl.addSubscription(ChannelImpl channel)
           
 boolean ChannelImpl.doRemove(ChannelImpl channel, List<org.cometd.ChannelBayeuxListener> listeners)
           
 boolean AbstractBayeux.removeChannel(ChannelImpl channel)
           
protected  void ClientImpl.removeSubscription(ChannelImpl channel)
           
 



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