This is an Abstract class representing Methods all Thread-Calling classes must implement
it also has some Concrete methods
Located in /Thread/Caller.php (line 50)
This is a Static Function used to Join Another Thread/s (Wait for them to finish) These Threads MUST give a sign they finished (using TClien Class)
CallerBasic Constructor , it must be explicily called from clasese extending it (PHP OOP issue)
Preparing Counter for generating ID's , and Setting Thread state
takes the name of a Communication Varaible and returns it's value
Return the thread ID
return Thread State as read from Communication Class Varaible
This is a void function with no arguments
it's used to Launch / Call the Thread
Associates / Sets Name $name with the Value $value it can be used to create a Name or reeassign it (change it's value )
This function Just wrapps the Communication Class Setting function
A void function with one argument
This Function is used to Change the Thread Arguments before Calling/Launching it
Documentation generated on Fri, 01 Aug 2008 05:54:08 +0300 by phpDocumentor 1.4.1