| Interface | Description | 
|---|---|
| LockableAmetysObject | 
AmetysObject that can be locked. | 
| LockAwareAmetysObject | 
AmetysObject that knows about its lock status. | 
| Class | Description | 
|---|---|
| LockHelper | 
 Helper for  
LockAwareAmetysObject | 
| UnlockHelper | 
 The helper for scheduling the unlocking of the contents. 
At initialization all contents are scanned and locked ones will be automatically unlocked.  | 
| UnlockRunnable | 
 A  
Runnable which schedules a UnlockSchedulable for unlocking an object. | 
| UnlockSchedulable | 
 A  
Schedulable job which unlock an object. |