30.07.2012 Views

Reference Guide

Reference Guide

Reference Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The ZendJobQueue Class<br />

The ZendJobQueue is a PHP class that implements a connection to the Job Queue Daemon<br />

Available since: 5.0<br />

Class Prototype<br />

class ZendJobQueue {<br />

/* Constants */<br />

const int TYPE_HTTP;<br />

const int TYPE_HTTP_RELATIVE;<br />

const int TYPE_SHELL;<br />

const int PRIORITY_LOW;<br />

const int PRIORITY_NORMAL;<br />

const int PRIORITY_HIGH;<br />

const int PRIORITY_URGENT;<br />

const int STATUS_PENDING;<br />

const int STATUS_WAITING_PREDECESSOR;<br />

const int STATUS_RUNNING;<br />

const int STATUS_COMPLETED;<br />

const int STATUS_FAILED;<br />

const int STATUS_OK;<br />

const int STATUS_LOGICALLY_FAILED;<br />

const int STATUS_TIMEOUT;<br />

const int STATUS_REMOVED;<br />

const int STATUS_SCHEDULED;<br />

const int STATUS_SUSPENDED;<br />

const int SORT_NONE;<br />

const int SORT_BY_ID;<br />

const int SORT_BY_TYPE;<br />

const int SORT_BY_SCRIPT;<br />

const int SORT_BY_APPLICATION;<br />

const int SORT_BY_NAME;<br />

const int SORT_BY_PRIORITY;<br />

const int SORT_BY_STATUS;<br />

const int SORT_BY_PREDECESSOR;<br />

const int SORT_BY_PERSISTENCE;<br />

const int SORT_BY_CREATION_TIME;<br />

const int SORT_BY_SCHEDULE_TIME;<br />

const int SORT_BY_START_TIME;<br />

const int SORT_BY_END_TIME;<br />

const int SORT_ASC;<br />

const int SORT_DESC;<br />

const int OK;<br />

API <strong>Reference</strong><br />

297

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!