Uses of Interface
org.jboss.messaging.core.plugin.postoffice.cluster.ClusteredQueue

Packages that use ClusteredQueue
org.jboss.messaging.core.plugin.postoffice.cluster   
 

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

Classes in org.jboss.messaging.core.plugin.postoffice.cluster that implement ClusteredQueue
 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
 

Methods in org.jboss.messaging.core.plugin.postoffice.cluster that return ClusteredQueue
 ClusteredQueue NullMessagePullPolicy.chooseQueue(java.util.List queues)
           
 ClusteredQueue MessagePullPolicy.chooseQueue(java.util.List queues)
           
 ClusteredQueue DefaultMessagePullPolicy.chooseQueue(java.util.List queues)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.