Uses of Class
org.mortbay.cometd.Channel

Packages that use Channel
org.mortbay.cometd   
 

Uses of Channel in org.mortbay.cometd
 

Methods in org.mortbay.cometd that return Channel
 Channel Client.connect()
           
 Channel Bayeux.getChannel(String id)
           
 Channel Client.getConnection()
           
 Channel Bayeux.newChannel(String id)
           
 

Methods in org.mortbay.cometd with parameters of type Channel
 boolean SecurityPolicy.canCreate(Client client, Channel channel, Map message)
           
 boolean SecurityPolicy.canSend(Client client, Channel channel, Map message)
           
 boolean SecurityPolicy.canSubscribe(Client client, Channel channel, Map messsage)
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.