Class jobServerApp

Description

Manage jobs running using the job sferver

You can use this application to get an overview of what kind of jobs are running/have been running or have failed.

It also includes a rpc backend for clients polling the status.

Located in /phpsatk/jobServer/app-local/org.eenterphace.sat.app.jobserver/jobserver.app.php (line 38)


	
			
Method Summary
void getJobStatus (Request $req)
void listJobs (Request $req)
void purgeJobs (Request $request)
void runJob (Request $request)
void showJob (Request $req)
Methods
getJobStatus (line 103)

Get status information about a job

Useable via HTTP, xmlrpc, cli or json.

  • access: public
  • static:
void getJobStatus (Request $req)
listJobs (line 46)

Lists jobs

A search filter can be used to display only running, waiting, failed or successful jobs.

  • access: public
  • static:
void listJobs (Request $req)
purgeJobs (line 152)

Purges all jobs that are not running or waiting for execution

This clears the job history and should be run regularly

  • access: public
  • static:
void purgeJobs (Request $request)
runJob (line 180)

Invokes a job

This is used internally to run a job via CLI

  • access: public
  • static:
void runJob (Request $request)
showJob (line 90)

Shows information about a single job

  • access: public
  • static:
void showJob (Request $req)

Documentation generated on Mon, 21 May 2007 10:35:05 +0200 by phpDocumentor 1.3.0RC5