Uses of Interface
org.jboss.messaging.core.contract.Channel

Packages that use Channel
org.jboss.messaging.core.contract   
org.jboss.messaging.core.impl   
 

Uses of Channel in org.jboss.messaging.core.contract
 

Subinterfaces of Channel in org.jboss.messaging.core.contract
 interface Queue
          A Queue
 

Methods in org.jboss.messaging.core.contract that return Channel
 Channel ChannelFactory.createControlChannel()
           
 Channel ChannelFactory.createDataChannel()
           
 

Uses of Channel in org.jboss.messaging.core.impl
 

Classes in org.jboss.messaging.core.impl that implement Channel
 class ChannelSupport
          This class provides much of the functionality needed to implement a channel.
 class MessagingQueue
          A MessagingQueue Can be used to implement a point to point queue, or a subscription fed from a topic
 class PagingChannelSupport
          This channel implementation automatically pages message references to and from storage to prevent more than a maximum number of references being stored in memory at once.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.