Interface C_LockFactory
public interface C_LockFactory
Constants for the LockFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Timeout value that indicates do not wait for the lock or latch at allstatic final int
Timeout value that indicates wait for the lock according to derby.locks.waitTimeout.static final int
Timeout value that indicates wait for the lock or latch forever.
-
Field Details
-
WAIT_FOREVER
static final int WAIT_FOREVERTimeout value that indicates wait for the lock or latch forever.- See Also:
-
TIMED_WAIT
static final int TIMED_WAITTimeout value that indicates wait for the lock according to derby.locks.waitTimeout.- See Also:
-
NO_WAIT
static final int NO_WAITTimeout value that indicates do not wait for the lock or latch at all- See Also:
-