Package org.ametys.plugins.repository.lock
-
Interface Summary Interface Description LockableAmetysObject AmetysObject
that can be locked.LockAwareAmetysObject AmetysObject
that knows about its lock status. -
Class Summary Class Description LockHelper Helper forLockAwareAmetysObject
UnlockHelper The helper for scheduling the unlocking of the contents.
At initialization all contents are scanned and locked ones will be automatically unlocked.UnlockRunnable ARunnable
which schedules aUnlockSchedulable
for unlocking an object.UnlockSchedulable ASchedulable
job which unlock an object.