Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.locks
Interface Limit  view Limit download Limit.java


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.