| Interface | Description |
|---|---|
| ILockedIndicator |
Very simple interface for an object that has locked/not locked indication.
|
| ILockInfo |
A single lock information object.
|
| ILockManager<IDTYPE> |
Base interface for a manager that handles object locking.
|
| Class | Description |
|---|---|
| DefaultLockManager<IDTYPE> |
Default implementation of a locking manager.
|
| LockInfo |
Default implementation of the
ILockInfo interface. |
| LockResult<IDTYPE> |
This class contains the result of a locking operation.
|
| ObjectLockManager |
Singleton of
ILockManager. |
| Enum | Description |
|---|---|
| ELocked |
Locked enumeration
|
Copyright © 2014–2015 Philip Helger. All rights reserved.