Method | Description | |
---|---|---|
LoadWorkload ( ) : int |
Load the workload that this job must process.
|
|
PerformJobUnit ( |
Perform the actual workload.
|
|
Process ( ) : void |
Start the job, block until its done.
|
|
ReportStatus ( |
Recieve status reports.
|
|
RequestNextTask ( ) : Object |
Called by a thread to get the next task.
|
Method | Description | |
---|---|---|
ConcurrentJob ( IStatusReportable report ) : System |
|
protected ConcurrentJob ( IStatusReportable report ) : System | ||
report | IStatusReportable | |
return | System |
public abstract PerformJobUnit ( |
||
context | The workload to execute. | |
return | void |
public ReportStatus ( |
||
context | The context for this job. | |
status | String | The current status for this job. |
return | void |