|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ locks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.locks
Interface Latch

- public interface Latch
A Latch represents a latch held in the lock manager.
| Method Summary | |
java.lang.Object |
getCompatabilitySpace()
Get the compatability space the latch is held in. |
int |
getCount()
|
Lockable |
getLockable()
Gte the object the latch is held on. |
java.lang.Object |
getQualifier()
Get the qualifier used when the latch was obtained. |
| Method Detail |
getCompatabilitySpace
public java.lang.Object getCompatabilitySpace()
- Get the compatability space the latch is held in.
getLockable
public Lockable getLockable()
- Gte the object the latch is held on.
getQualifier
public java.lang.Object getQualifier()
- Get the qualifier used when the latch was obtained.
getCount
public int getCount()
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ locks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC