| Class | Description | 
|---|---|
| ClientLockManager | 
 The ClientLockManager class exposes functionality that allows site-wide
 coordination of locks across a set of participating processes. 
 | 
| Exception | Description | 
|---|---|
| DeadlockException | 
 An exception indicating that a deadlock exception occurred. 
 | 
| LockManagerException | 
 This exception is thrown when a lock fails to be acquired or released. 
 | 
| TimeExceededException | 
 An exception indicating that we waited longer than the specified timeout
 value for this lock. 
 |