Interface LockOwner
-
- All Known Implementing Classes:
QueueBrowserSubscription,QueueSubscription
public interface LockOwner
-
-
Field Summary
Fields Modifier and Type Field Description static LockOwnerHIGH_PRIORITY_LOCK_OWNER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLockPriority()booleanisLockExclusive()
-
-
-
Field Detail
-
HIGH_PRIORITY_LOCK_OWNER
static final LockOwner HIGH_PRIORITY_LOCK_OWNER
-
-