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 C_LockFactory  view C_LockFactory download C_LockFactory.java


public interface C_LockFactory

Constants for the LockFactory


Field Summary
static int NO_WAIT
          Timeout value that indicates do not wait for the lock or latch at all
static int TIMED_WAIT
          Timeout value that indicates wait for the lock according to derby.locks.waitTimeout.
static int WAIT_FOREVER
          Timeout value that indicates wait for the lock or latch forever.
 

Field Detail

WAIT_FOREVER

public static final int WAIT_FOREVER
Timeout value that indicates wait for the lock or latch forever.

See Also:
Constant Field Values

TIMED_WAIT

public static final int TIMED_WAIT
Timeout value that indicates wait for the lock according to derby.locks.waitTimeout.

See Also:
Constant Field Values

NO_WAIT

public static final int NO_WAIT
Timeout value that indicates do not wait for the lock or latch at all

See Also:
Constant Field Values