|
|
A simple job (one url and one command) This is the base class for all jobs that are scheduled. Other jobs are high-level jobs (CopyJob, DeleteJob, FileCopyJob...) that manage subjobs but aren't scheduled directly.
|
~ |
const KURL& |
[const]
void |
[virtual]
Abort job This kills all subjobs and deletes the job
Parameters:
Reimplemented from Job.
void |
[virtual]
Abort job Suspends slave to be reused by another job for the same request.
void |
[static]
Discard suspended slave
void |
[virtual]
Called by the scheduler when a slave gets to work on this job.
void |
Called to detach a slave from a job.
Slave * |
Slave in use by this job
void |
[protected virtual slot]
Called when the slave marks the job as finished.
void |
[protected slot]
Called on a slave's warning
void |
[protected slot]
Called on a slave's info message
Reimplemented from Job.
void |
[protected slot]
Called on a slave's connected signal
void |
[protected slot]
Forward signal from the slave
void |
[protected slot]
Forward signal from the slave
void |
[protected slot]
Forward signal from the slave
Reimplemented from Job.
void |
[virtual slot]
Called on a slave's error Made public for the scheduler
void |
[protected slot]
Slave * |
[protected]
QByteArray |
[protected]
KURL |
[protected]
KURL |
[protected]
int |
[protected]
unsigned long |
[protected]
Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:34 2000, using kdoc 2.0a40. |