NullLockHandler.php
aquireLock(ObjectId $oid, $type, PersistentObject $currentState=null)
Definition: NullLockHandler.php:28
updateLock(ObjectId $oid, PersistentObject $object)
Definition: NullLockHandler.php:55
getLock(ObjectId $oid)
Definition: NullLockHandler.php:48
NullLockHandler acts as if no LockHandler was installed.
Definition: NullLockHandler.php:23
ObjectId is the unique identifier of an object.
Definition: ObjectId.php:28
releaseLock(ObjectId $oid, $type=null)
Definition: NullLockHandler.php:33
LockHandler defines the interface for LockHandler implementations.
Definition: LockHandler.php:21
releaseAllLocks()
Definition: NullLockHandler.php:43
PersistentObject defines the interface of all persistent objects.
Definition: PersistentObject.php:23
releaseLocks(ObjectId $oid)
Definition: NullLockHandler.php:38