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

Packages that use Channel
org.jboss.messaging.core   
org.jboss.messaging.core.local   
org.jboss.messaging.core.plugin.postoffice.cluster   
 

Uses of Channel in org.jboss.messaging.core
 

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

Classes in org.jboss.messaging.core that implement Channel
 class ChannelSupport
          This class provides much of the functionality needed to implement a channel.
 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.
 

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

Classes in org.jboss.messaging.core.local that implement Channel
 class PagingFilteredQueue
          A PagingFilteredQueue Can be used to implement a point to point queue, or a subscription fed from a topic
 

Uses of Channel in org.jboss.messaging.core.plugin.postoffice.cluster
 

Subinterfaces of Channel in org.jboss.messaging.core.plugin.postoffice.cluster
 interface ClusteredQueue
          A ClusteredQueue
 

Classes in org.jboss.messaging.core.plugin.postoffice.cluster that implement Channel
 class LocalClusteredQueue
          A LocalClusteredQueue
 class RemoteQueueStub
          A RemoteQueueStub TODO to avoid having to implement a lot of methods that throw UnsupportedOperationException should define an interface that only declares the required methods and implement that
 



Copyright © 2006 JBoss Inc. All Rights Reserved.