Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > lockTimeout

lockTimeout

Type: Integer

The read-only lockTimeout property of the DeadlockException class contains the timeout period of the lock that was encountered in a multiuser environment.

The timeout periods, provided by global constants in the LockTimeouts category, are listed in the following table.

Global Constant Integer
LockTimeout_Immediate -1
LockTimeout_Infinite Max_Integer (#7FFFFFFF, equates to 2147483647)
LockTimeout_Server_Defined 0 (use the server-defined default)