Uses of Interface
org.apache.activemq.broker.region.LockOwner

Packages that use LockOwner
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
 

Uses of LockOwner in org.apache.activemq.broker.region
 

Classes in org.apache.activemq.broker.region that implement LockOwner
 class QueueBrowserSubscription
           
 class QueueSubscription
           
 

Fields in org.apache.activemq.broker.region declared as LockOwner
static LockOwner LockOwner.HIGH_PRIORITY_LOCK_OWNER
           
 

Methods in org.apache.activemq.broker.region that return LockOwner
 LockOwner IndirectMessageReference.getLockOwner()
           
 LockOwner QueueMessageReference.getLockOwner()
           
 

Methods in org.apache.activemq.broker.region with parameters of type LockOwner
 boolean IndirectMessageReference.lock(LockOwner subscription)
           
 boolean QueueMessageReference.lock(LockOwner subscription)
           
 boolean Destination.lock(MessageReference node, LockOwner lockOwner)
           
 boolean Queue.lock(MessageReference node, LockOwner lockOwner)
           
 boolean Topic.lock(MessageReference node, LockOwner sub)
           
 boolean DestinationFilter.lock(MessageReference node, LockOwner lockOwner)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.