|
|||||||||
| 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 Limit

- public interface Limit
A limit represents a callback on a lock group. It is called when the size of the group reaches the limit set on the call.
| Method Summary | |
void |
reached(java.lang.Object compatabilitySpace,
java.lang.Object group,
int limit,
java.util.Enumeration lockList,
int lockCount)
Called by the lock factory when a limit has been reached. |
| Method Detail |
reached
public void reached(java.lang.Object compatabilitySpace, java.lang.Object group, int limit, java.util.Enumeration lockList, int lockCount) throws org.apache.derby.iapi.error.StandardException
- Called by the lock factory when a limit has been reached.
|
|||||||||
| 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