Uses of Interface
org.granite.gravity.Channel

Packages that use Channel
org.granite.gravity   
org.granite.gravity.adapters   
org.granite.gravity.gae   
org.granite.gravity.generic   
org.granite.gravity.jbossweb   
org.granite.gravity.jetty   
org.granite.gravity.servlet3   
org.granite.gravity.tomcat   
org.granite.gravity.weblogic   
 

Uses of Channel in org.granite.gravity
 

Classes in org.granite.gravity that implement Channel
 class AbstractChannel
           
 

Fields in org.granite.gravity declared as Channel
protected  Channel AsyncChannelRunner.channel
           
 

Methods in org.granite.gravity that return Channel
protected  Channel DefaultGravity.createChannel()
           
 Channel Subscription.getChannel()
           
 Channel TimeChannel.getChannel()
           
 Channel DefaultGravity.getChannel(String channelId)
           
 Channel Gravity.getChannel(String channelId)
           
 Channel GravityProxy.getChannel(String channelId)
           
 Channel ChannelFactory.newChannel(String id)
           
 Channel DefaultGravity.removeChannel(String channelId)
           
 Channel Gravity.removeChannel(String channelId)
           
 Channel GravityProxy.removeChannel(String channelId)
           
 

Methods in org.granite.gravity with parameters of type Channel
 boolean Subscription.deliver(Channel fromClient, AsyncMessage message)
           
protected  void DefaultGravity.postManage(Channel channel)
           
 void AsyncPublishedMessage.publish(Channel fromChannel)
           
 Message DefaultGravity.publishMessage(Channel fromChannel, AsyncMessage message)
           
 Message Gravity.publishMessage(Channel fromChannel, AsyncMessage message)
           
 Message GravityProxy.publishMessage(Channel fromChannel, AsyncMessage message)
           
 

Constructors in org.granite.gravity with parameters of type Channel
AsyncChannelRunner(Channel channel)
           
AsyncPublisher(Channel channel)
           
AsyncReceiver(Channel channel)
           
Subscription(Channel channel, String destination, String subTopicId, String subscriptionId, boolean noLocal)
           
TimeChannel(Channel channel)
           
TimeChannel(Channel channel, TimerTask timerTask)
           
 

Uses of Channel in org.granite.gravity.adapters
 

Methods in org.granite.gravity.adapters with parameters of type Channel
 boolean SecurityPolicy.canCreate(Channel client, String channel, Message message)
           
 boolean SecurityPolicy.canPublish(Channel client, String channel, Message messsage)
           
 boolean SecurityPolicy.canSubscribe(Channel client, String channel, Message messsage)
           
 Object JMSServiceAdapter.invoke(Channel fromClient, AsyncMessage message)
           
abstract  Object ServiceAdapter.invoke(Channel fromClient, AsyncMessage message)
           
 Object SimpleServiceAdapter.invoke(Channel fromChannel, AsyncMessage message)
           
 Object JMSServiceAdapter.manage(Channel fromChannel, CommandMessage message)
           
abstract  Object ServiceAdapter.manage(Channel fromClient, CommandMessage message)
           
 Object SimpleServiceAdapter.manage(Channel fromChannel, CommandMessage message)
           
 void Topic.publish(TopicId to, Channel fromChannel, AsyncMessage msg)
           
 void Topic.subscribe(Channel channel, String destination, String subscriptionId, String selector, boolean noLocal)
           
 void Topic.unsubscribe(Channel channel, String subscriptionId)
           
 

Uses of Channel in org.granite.gravity.gae
 

Classes in org.granite.gravity.gae that implement Channel
 class GAEChannel
           
 

Methods in org.granite.gravity.gae that return Channel
protected  Channel GAEGravity.createChannel()
           
 Channel GAEGravity.getChannel(String channelId)
           
 Channel GAEChannelFactory.newChannel(String id)
           
 Channel GAEGravity.removeChannel(String channelId)
           
 

Methods in org.granite.gravity.gae with parameters of type Channel
 Object GAEServiceAdapter.invoke(Channel fromChannel, AsyncMessage message)
           
 Object GAEServiceAdapter.manage(Channel fromChannel, CommandMessage message)
           
protected  void GAEGravity.postManage(Channel channel)
           
 void GAETopic.publish(GAETopicId to, Channel fromChannel, AsyncMessage msg)
           
 void GAETopic.subscribe(Channel channel, String destination, String subscriptionId, String selector, boolean noLocal)
           
 void GAETopic.unsubscribe(Channel channel, String subscriptionId)
           
 

Uses of Channel in org.granite.gravity.generic
 

Classes in org.granite.gravity.generic that implement Channel
 class GenericChannel
           
 

Methods in org.granite.gravity.generic that return Channel
 Channel GenericChannelFactory.newChannel(String id)
           
 

Uses of Channel in org.granite.gravity.jbossweb
 

Classes in org.granite.gravity.jbossweb that implement Channel
 class JBossWebChannel
           
 

Methods in org.granite.gravity.jbossweb that return Channel
 Channel JBossWebChannelFactory.newChannel(String id)
           
 

Uses of Channel in org.granite.gravity.jetty
 

Classes in org.granite.gravity.jetty that implement Channel
 class ContinuationChannel
           
 

Methods in org.granite.gravity.jetty that return Channel
 Channel ContinuationChannelFactory.newChannel(String id)
           
 

Uses of Channel in org.granite.gravity.servlet3
 

Classes in org.granite.gravity.servlet3 that implement Channel
 class AsyncChannel
           
 

Methods in org.granite.gravity.servlet3 that return Channel
 Channel AsyncChannelFactory.newChannel(String id)
           
 

Uses of Channel in org.granite.gravity.tomcat
 

Classes in org.granite.gravity.tomcat that implement Channel
 class TomcatChannel
           
 

Methods in org.granite.gravity.tomcat that return Channel
 Channel TomcatChannelFactory.newChannel(String id)
           
 

Uses of Channel in org.granite.gravity.weblogic
 

Classes in org.granite.gravity.weblogic that implement Channel
 class WebLogicChannel
           
 

Methods in org.granite.gravity.weblogic that return Channel
 Channel WebLogicChannelFactory.newChannel(String id)