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