ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilTestProcessLockFileStorage $lockFileStorage) | |
ilTestProcessLockerFile constructor. More... | |
Public Member Functions inherited from ilTestProcessLocker | |
executeTestStartLockOperation (callable $operation) | |
executeRandomPassBuildOperation (callable $operation, $withTaxonomyTables=false) | |
executeTestFinishOperation (callable $operation) | |
Data Fields | |
const | PROCESS_NAME_TEST_START_LOCK_CHECK = 'testStartLockCheck' |
const | PROCESS_NAME_RANDOM_PASS_BUILD = 'randomPassBuild' |
const | PROCESS_NAME_TEST_FINISH = 'testFinish' |
Protected Member Functions | |
onBeforeExecutingTestStartOperation () | |
{} More... | |
onAfterExecutingTestStartOperation () | |
{} More... | |
onBeforeExecutingRandomPassBuildOperation ($withTaxonomyTables=false) | |
{} More... | |
onAfterExecutingRandomPassBuildOperation ($withTaxonomyTables=false) | |
{} More... | |
onBeforeExecutingTestFinishOperation () | |
{} More... | |
onAfterExecutingTestFinishOperation () | |
{} More... | |
Protected Member Functions inherited from ilTestProcessLocker | |
executeOperation (callable $operation) | |
onBeforeExecutingTestStartOperation () | |
onAfterExecutingTestStartOperation () | |
onBeforeExecutingRandomPassBuildOperation ($withTaxonomyTables=false) | |
onAfterExecutingRandomPassBuildOperation ($withTaxonomyTables=false) | |
onBeforeExecutingTestFinishOperation () | |
onAfterExecutingTestFinishOperation () | |
Protected Attributes | |
$lockFileStorage | |
$lockFileHandles | |
Private Member Functions | |
requestLock ($processName) | |
getLockFilePath ($processName) | |
releaseLock ($processName) | |
Definition at line 12 of file class.ilTestProcessLockerFile.php.
ilTestProcessLockerFile::__construct | ( | ilTestProcessLockFileStorage | $lockFileStorage | ) |
ilTestProcessLockerFile constructor.
ilTestProcessLockFileStorage | $lockFileStorage |
Definition at line 32 of file class.ilTestProcessLockerFile.php.
References $lockFileStorage.
|
private |
Definition at line 99 of file class.ilTestProcessLockerFile.php.
References $path.
Referenced by requestLock().
|
protected |
{}
Definition at line 68 of file class.ilTestProcessLockerFile.php.
References releaseLock().
|
protected |
{}
Definition at line 86 of file class.ilTestProcessLockerFile.php.
References releaseLock().
|
protected |
{}
Definition at line 50 of file class.ilTestProcessLockerFile.php.
References releaseLock().
|
protected |
{}
Definition at line 59 of file class.ilTestProcessLockerFile.php.
References requestLock().
|
protected |
{}
Definition at line 77 of file class.ilTestProcessLockerFile.php.
References requestLock().
|
protected |
{}
Definition at line 41 of file class.ilTestProcessLockerFile.php.
References requestLock().
|
private |
Definition at line 105 of file class.ilTestProcessLockerFile.php.
Referenced by onAfterExecutingRandomPassBuildOperation(), onAfterExecutingTestFinishOperation(), and onAfterExecutingTestStartOperation().
|
private |
Definition at line 92 of file class.ilTestProcessLockerFile.php.
References getLockFilePath().
Referenced by onBeforeExecutingRandomPassBuildOperation(), onBeforeExecutingTestFinishOperation(), and onBeforeExecutingTestStartOperation().
|
protected |
Definition at line 26 of file class.ilTestProcessLockerFile.php.
|
protected |
Definition at line 21 of file class.ilTestProcessLockerFile.php.
Referenced by __construct().
const ilTestProcessLockerFile::PROCESS_NAME_RANDOM_PASS_BUILD = 'randomPassBuild' |
Definition at line 15 of file class.ilTestProcessLockerFile.php.
const ilTestProcessLockerFile::PROCESS_NAME_TEST_FINISH = 'testFinish' |
Definition at line 16 of file class.ilTestProcessLockerFile.php.
const ilTestProcessLockerFile::PROCESS_NAME_TEST_START_LOCK_CHECK = 'testStartLockCheck' |
Definition at line 14 of file class.ilTestProcessLockerFile.php.