Uses of Interface
org.apache.activemq.broker.region.LockOwner
-
Packages that use LockOwner Package Description 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 Modifier and Type Class Description classQueueBrowserSubscriptionclassQueueSubscriptionFields in org.apache.activemq.broker.region declared as LockOwner Modifier and Type Field Description static LockOwnerLockOwner. HIGH_PRIORITY_LOCK_OWNERMethods in org.apache.activemq.broker.region that return LockOwner Modifier and Type Method Description LockOwnerIndirectMessageReference. getLockOwner()LockOwnerNullMessageReference. getLockOwner()LockOwnerQueueMessageReference. getLockOwner()Methods in org.apache.activemq.broker.region with parameters of type LockOwner Modifier and Type Method Description booleanIndirectMessageReference. lock(LockOwner subscription)booleanNullMessageReference. lock(LockOwner subscription)booleanQueueMessageReference. lock(LockOwner subscription)booleanTopic. lock(MessageReference node, LockOwner sub)
-