|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilAssQuestionProcessLockerFile:
Collaboration diagram for ilAssQuestionProcessLockerFile:Public Member Functions | |
| __construct (ilAssQuestionProcessLockFileStorage $lockFileStorage) | |
Public Member Functions inherited from ilAssQuestionProcessLocker | |
| executePersistWorkingStateLockOperation (callable $operation) | |
| executeUserSolutionUpdateLockOperation (callable $operation) | |
| executeUserQuestionResultUpdateOperation (callable $operation) | |
| executeUserPassResultUpdateLockOperation (callable $operation) | |
| executeUserTestResultUpdateLockOperation (callable $operation) | |
| executeUserSolutionAdoptLockOperation (callable $operation) | |
Data Fields | |
| const | PROCESS_NAME_QUESTION_WORKING_STATE_UPDATE = 'questionWorkingStateUpdate' |
Protected Attributes | |
| $lockFileStorage | |
| $lockFileHandles | |
Private Member Functions | |
| requestLock ($processName) | |
| getLockFilePath ($processName) | |
| releaseLock ($processName) | |
Definition at line 12 of file class.ilAssQuestionProcessLockerFile.php.
| ilAssQuestionProcessLockerFile::__construct | ( | ilAssQuestionProcessLockFileStorage | $lockFileStorage | ) |
| ilAssQuestionProcessLockFileStorage | $lockFileStorage |
Definition at line 29 of file class.ilAssQuestionProcessLockerFile.php.
References $lockFileStorage.
|
private |
| string | $processName |
Definition at line 81 of file class.ilAssQuestionProcessLockerFile.php.
References $path.
Referenced by requestLock().
Here is the caller graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 46 of file class.ilAssQuestionProcessLockerFile.php.
References releaseLock().
Here is the call graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 62 of file class.ilAssQuestionProcessLockerFile.php.
References releaseLock().
Here is the call graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 38 of file class.ilAssQuestionProcessLockerFile.php.
References requestLock().
Here is the call graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 54 of file class.ilAssQuestionProcessLockerFile.php.
References requestLock().
Here is the call graph for this function:
|
private |
| string | $processName |
Definition at line 90 of file class.ilAssQuestionProcessLockerFile.php.
Referenced by onAfterExecutingPersistWorkingStateOperation(), and onAfterExecutingUserSolutionAdoptOperation().
Here is the caller graph for this function:
|
private |
| string | $processName |
Definition at line 70 of file class.ilAssQuestionProcessLockerFile.php.
References getLockFilePath().
Referenced by onBeforeExecutingPersistWorkingStateOperation(), and onBeforeExecutingUserSolutionAdoptOperation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 24 of file class.ilAssQuestionProcessLockerFile.php.
|
protected |
Definition at line 19 of file class.ilAssQuestionProcessLockerFile.php.
Referenced by __construct().
| const ilAssQuestionProcessLockerFile::PROCESS_NAME_QUESTION_WORKING_STATE_UPDATE = 'questionWorkingStateUpdate' |
Definition at line 14 of file class.ilAssQuestionProcessLockerFile.php.