Abstract class defining a Shift8 Queue Processor.
The Queue processor is responsible for inserting, retrieving and updating the Shift8 Queue. This has been implemented as a seperate mechanism to allow the Queue to be implemented into various data structures such as Databases (mysql, postgresql, oracle etc), flat based files, or whatever the user requires, whithout having to interfere with the internals of the Shift8 library
Located in /Queue/Processor.php (line 30)
| Class | Description |
|---|---|
| Shift8_Queue_Processor_Mysql | Provides a simple queuing mechanism using Mysql to store the actual Shift8 Queue. |
Function responsible for inserting a new queue item to the Shift8 Queue
Retrieves the unprocessed commands in the queue
Retrieves the response of a processed command based on the queue id
Function responsible for updating an existing queued command with command results
Documentation generated on Mon, 28 Dec 2009 17:42:49 +0200 by phpDocumentor 1.4.3