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_RECONNECT_ID
           
static ChannelId AbstractBayeux.META_STATUS_ID
           
static ChannelId AbstractBayeux.META_SUBSCRIBE_ID
           
static ChannelId AbstractBayeux.META_UNSUBSCRIBE_ID
           
 

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.deliver(ChannelId to, Client from, Map<String,Object> msg)
           
 ChannelImpl AbstractBayeux.getChannel(ChannelId id)
           
 ChannelImpl ChannelImpl.getChild(ChannelId id)
           
 boolean ChannelId.isParentOf(ChannelId id)
           
 boolean ChannelId.matches(ChannelId name)
           
 void AbstractBayeux.publish(ChannelId to, Client from, Object data, String msgId)
           
 boolean AbstractBayeux.removeChannel(ChannelId channelId)
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.