wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
BusyLockManager Class Reference
+ Inheritance diagram for BusyLockManager:

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)
 

Detailed Description

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.

Id:
class.BusyLockManager.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 29 of file class.BusyLockManager.php.

Member Function Documentation

BusyLockManager::aquireLockImpl (   $authUser,
  $session,
  $oid,
  $lockDate 
)
See Also
LockManager::aquireLockImpl();

Definition at line 34 of file class.BusyLockManager.php.

BusyLockManager::releaseLockImpl (   $authUser,
  $session,
  $oid 
)
See Also
LockManager::releaseLockImpl();

Definition at line 38 of file class.BusyLockManager.php.

BusyLockManager::releaseAllLocksImpl (   $authUser,
  $session 
)
See Also
LockManager::releaseAllLocksImpl();

Definition at line 42 of file class.BusyLockManager.php.

BusyLockManager::getLockImpl (   $oid)
See Also
LockManager::getLockImpl();

Definition at line 46 of file class.BusyLockManager.php.


The documentation for this class was generated from the following file: