wCMF
3.6
|
Public Member Functions | |
aquireLockImpl ($authUser, $session, $oid, $lockDate) | |
releaseLockImpl ($authUser, $session, $oid) | |
releaseAllLocksImpl ($authUser, $session) | |
getLockImpl ($oid) | |
Public Member Functions inherited from LockManager | |
& | getInstance () |
handleLocking (&$object, $name) | |
aquireLock ($oid) | |
releaseLock ($oid) | |
releaseLocks ($oid) | |
releaseAllLocks () | |
getLockMessage ($lock, $objectText) | |
getLock ($oid) | |
& | getUser () |
aquireLockImpl ($useroid, $sessid, $oid, $lockDate) | |
releaseLockImpl ($useroid, $sessid, $oid) | |
releaseAllLocksImpl ($useroid, $sessid) | |
getLockImpl ($oid) | |
BusyLockManager acts as if half of the resources are locked. Use this to simulate heavy concurrency.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 29 of file class.BusyLockManager.php.
BusyLockManager::aquireLockImpl | ( | $authUser, | |
$session, | |||
$oid, | |||
$lockDate | |||
) |
Definition at line 34 of file class.BusyLockManager.php.
BusyLockManager::releaseLockImpl | ( | $authUser, | |
$session, | |||
$oid | |||
) |
Definition at line 38 of file class.BusyLockManager.php.
BusyLockManager::releaseAllLocksImpl | ( | $authUser, | |
$session | |||
) |
Definition at line 42 of file class.BusyLockManager.php.
BusyLockManager::getLockImpl | ( | $oid | ) |
Definition at line 46 of file class.BusyLockManager.php.