| org.apache.derby.iapi.services.locks.C_LockFactory
C_LockFactory | public interface C_LockFactory (Code) | | Constants for the LockFactory
|
Field Summary | |
final public static int | NO_WAIT | final public static int | TIMED_WAIT Timeout value that indicates wait for the lock according to
derby.locks.waitTimeout. | final public static int | WAIT_FOREVER Timeout value that indicates wait for the lock or latch forever. |
NO_WAIT | final public static int NO_WAIT(Code) | | Timeout value that indicates do not wait for the lock or latch at all
|
TIMED_WAIT | final public static int TIMED_WAIT(Code) | | Timeout value that indicates wait for the lock according to
derby.locks.waitTimeout.
|
WAIT_FOREVER | final public static int WAIT_FOREVER(Code) | | Timeout value that indicates wait for the lock or latch forever.
|
|
|