Uses of Class
org.jboss.messaging.core.ChannelSupport

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

Uses of ChannelSupport in org.jboss.messaging.core
 

Subclasses of ChannelSupport in org.jboss.messaging.core
 class PagingChannelSupport
          A PagingChannel 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 ChannelSupport in org.jboss.messaging.core.local
 

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

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

Subclasses of ChannelSupport in org.jboss.messaging.core.plugin.postoffice.cluster
 class LocalClusteredQueue
          A LocalClusteredQueue
 



Copyright © 2006 JBoss Inc. All Rights Reserved.