| java.lang.Object org.apache.derby.impl.services.locks.Timeout
Timeout | final public class Timeout (Code) | | Code to support Timeout error output.
author: gavin |
ALL | final public static int ALL(Code) | | |
TABLE_AND_ROWLOCK | final public static int TABLE_AND_ROWLOCK(Code) | | |
buildException | static StandardException buildException(Latch timeoutLock, Enumeration table, long time)(Code) | | The static entry way to get the LockTable in the system.
Parameters: timeoutLock - The Latch that the timeout happened on Parameters: table - The lockTable Parameters: time - The time when the lockTable was cloned StandardException The exception with the lockTable snapshot in it |
|
|