Uses of Interface
org.jboss.messaging.core.postoffice.QueueBinding

Packages that use QueueBinding
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server.cluster   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
 

Uses of QueueBinding in org.jboss.messaging.core.postoffice.impl
 

Classes in org.jboss.messaging.core.postoffice.impl that implement QueueBinding
 class LocalQueueBinding
          A LocalQueueBinding
 

Uses of QueueBinding in org.jboss.messaging.core.server.cluster
 

Subinterfaces of QueueBinding in org.jboss.messaging.core.server.cluster
 interface RemoteQueueBinding
          A RemoteQueueBinding
 

Uses of QueueBinding in org.jboss.messaging.core.server.cluster.impl
 

Classes in org.jboss.messaging.core.server.cluster.impl that implement QueueBinding
 class RemoteQueueBindingImpl
          A RemoteQueueBindingImpl
 

Uses of QueueBinding in org.jboss.messaging.core.server.impl
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type QueueBinding
ServerConsumerImpl(long id, long replicatedSessionID, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, PagingManager pagingManager, Channel channel, Channel replicatingChannel, boolean preAcknowledge, boolean updateDeliveries, java.util.concurrent.Executor executor, ManagementService managementService)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.