MediaWiki  REL1_22
PoolCounter_Stub Class Reference
Inheritance diagram for PoolCounter_Stub:
Collaboration diagram for PoolCounter_Stub:

List of all members.

Public Member Functions

 __construct ()
 acquireForAnyone ()
 I want to do this task, but if anyone else does it instead, it's also fine for me.
 acquireForMe ()
 I want to do this task and I need to do it myself.
 release ()
 I have successfully finished my task.

Detailed Description

Definition at line 116 of file PoolCounter.php.


Constructor & Destructor Documentation

Definition at line 117 of file PoolCounter.php.


Member Function Documentation

I want to do this task, but if anyone else does it instead, it's also fine for me.

I will read its cached data.

Returns:
Status Value is one of Locked/Done/Error

Reimplemented from PoolCounter.

Definition at line 125 of file PoolCounter.php.

I want to do this task and I need to do it myself.

Returns:
Status Value is one of Locked/Error

Reimplemented from PoolCounter.

Definition at line 121 of file PoolCounter.php.

I have successfully finished my task.

Lets another one grab the lock, and returns the workers waiting on acquireForAnyone()

Returns:
Status value is one of Released/NotLocked/Error

Reimplemented from PoolCounter.

Definition at line 129 of file PoolCounter.php.


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