Uses of Interface
org.granite.client.messaging.channel.MessagingChannel

Packages that use MessagingChannel
org.granite.client.messaging   
org.granite.client.messaging.channel   
org.granite.client.messaging.channel.amf   
org.granite.client.tide.server   
 

Uses of MessagingChannel in org.granite.client.messaging
 

Fields in org.granite.client.messaging declared as MessagingChannel
protected  MessagingChannel AbstractTopicAgent.channel
           
 

Methods in org.granite.client.messaging that return MessagingChannel
 MessagingChannel AbstractTopicAgent.getChannel()
           
 MessagingChannel TopicAgent.getChannel()
           
 

Constructors in org.granite.client.messaging with parameters of type MessagingChannel
AbstractTopicAgent(MessagingChannel channel, String destination, String topic)
           
Consumer(MessagingChannel channel, String destination, String topic)
           
Producer(MessagingChannel channel, String destination, String topic)
           
 

Uses of MessagingChannel in org.granite.client.messaging.channel
 

Methods in org.granite.client.messaging.channel that return MessagingChannel
 MessagingChannel ChannelFactory.newMessagingChannel(Transport transport, Configuration configuration, String id, URI uri)
           
 MessagingChannel ChannelFactory.newMessagingChannel(Transport transport, String id, URI uri)
           
 

Uses of MessagingChannel in org.granite.client.messaging.channel.amf
 

Classes in org.granite.client.messaging.channel.amf that implement MessagingChannel
 class AMFMessagingChannel
           
 class JMFAMFMessagingChannel
           
 

Uses of MessagingChannel in org.granite.client.tide.server
 

Methods in org.granite.client.tide.server with parameters of type MessagingChannel
 Consumer ServerSession.ServiceFactory.newConsumer(MessagingChannel messagingChannel, String destination, String topic)
           
 Producer ServerSession.ServiceFactory.newProducer(MessagingChannel messagingChannel, String destination, String topic)