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 class
QueueBrowserSubscription
class
QueueSubscription
Fields in org.apache.activemq.broker.region declared as LockOwner Modifier and Type Field Description static LockOwner
LockOwner. HIGH_PRIORITY_LOCK_OWNER
Methods in org.apache.activemq.broker.region that return LockOwner Modifier and Type Method Description LockOwner
IndirectMessageReference. getLockOwner()
LockOwner
NullMessageReference. getLockOwner()
LockOwner
QueueMessageReference. getLockOwner()
Methods in org.apache.activemq.broker.region with parameters of type LockOwner Modifier and Type Method Description boolean
IndirectMessageReference. lock(LockOwner subscription)
boolean
NullMessageReference. lock(LockOwner subscription)
boolean
QueueMessageReference. lock(LockOwner subscription)
boolean
Topic. lock(MessageReference node, LockOwner sub)
-