Uses of Interface
dojox.cometd.Channel

Packages that use Channel
dojox.cometd   
org.mortbay.cometd   
org.mortbay.cometd.filter   
 

Uses of Channel in dojox.cometd
 

Methods in dojox.cometd that return Channel
 Channel Bayeux.getChannel(String channelId, boolean create)
           
 

Methods in dojox.cometd with parameters of type Channel
 Object DataFilter.filter(Client from, Channel to, Object data)
           
 

Uses of Channel in org.mortbay.cometd
 

Classes in org.mortbay.cometd that implement Channel
 class ChannelImpl
          A Bayuex Channel
 

Methods in org.mortbay.cometd that return Channel
 Channel AbstractBayeux.getChannel(String id, boolean create)
           
 

Uses of Channel in org.mortbay.cometd.filter
 

Methods in org.mortbay.cometd.filter with parameters of type Channel
 Object JSONDataFilter.filter(Client from, Channel to, Object data)
           
protected  Object JSONDataFilter.filterArray(Client from, Channel to, Object array)
           
protected  Object JSONDataFilter.filterJSON(Client from, Channel to, JSON.Generator json)
           
protected  Object JSONDataFilter.filterJSON(Client from, Channel to, JSON.Literal json)
           
protected  Object JSONDataFilter.filterMap(Client from, Channel to, Map object)
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.