Interface Latch
- All Known Implementing Classes:
ActiveLock
,Lock
public interface Latch
A Latch represents a latch held in the lock manager.
-
Method Summary
Modifier and TypeMethodDescriptionGet the compatibility space the latch is held in.int
getCount()
Gte the object the latch is held on.Get the qualifier used when the latch was obtained.
-
Method Details
-
getCompatabilitySpace
CompatibilitySpace getCompatabilitySpace()Get the compatibility space the latch is held in. -
getLockable
Lockable getLockable()Gte the object the latch is held on. -
getQualifier
Object getQualifier()Get the qualifier used when the latch was obtained. -
getCount
int getCount()
-