Uses of Class
org.mortbay.cometd.ChannelId

Packages that use ChannelId
org.mortbay.cometd   
 

Uses of ChannelId in org.mortbay.cometd
 

Fields in org.mortbay.cometd declared as ChannelId
static ChannelId AbstractBayeux.META_CLIENT_ID
           
static ChannelId AbstractBayeux.META_CONNECT_ID
           
static ChannelId AbstractBayeux.META_DISCONNECT_ID
           
static ChannelId AbstractBayeux.META_HANDSHAKE_ID
           
static ChannelId AbstractBayeux.META_ID
           
static ChannelId AbstractBayeux.META_PING_ID
           
static ChannelId AbstractBayeux.META_STATUS_ID
           
static ChannelId AbstractBayeux.META_SUBSCRIBE_ID
           
static ChannelId AbstractBayeux.META_UNSUBSCRIBE_ID
           
 

Fields in org.mortbay.cometd with type parameters of type ChannelId
protected  ConcurrentHashMap<String,ChannelId> AbstractBayeux._channelIdCache
           
 

Methods in org.mortbay.cometd that return ChannelId
 ChannelId ChannelImpl.getChannelId()
           
 ChannelId AbstractBayeux.getChannelId(String id)
           
 

Methods in org.mortbay.cometd with parameters of type ChannelId
protected  void ChannelImpl.doDelivery(ChannelId to, org.cometd.Client from, org.cometd.Message msg)
           
protected  void AbstractBayeux.doPublish(ChannelId to, org.cometd.Client from, Object data, String msgId, boolean lazy)
          Publish data to a channel.
 ChannelImpl AbstractBayeux.getChannel(ChannelId id)
           
 ChannelImpl ChannelImpl.getChild(ChannelId id)
           
 boolean ChannelId.isParentOf(ChannelId id)
           
 boolean ChannelId.matches(ChannelId name)
           
 



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