메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
ConcurrentJob ( IStatusReportable report ) : System |
|
protected ConcurrentJob ( IStatusReportable report ) : System | ||
report | IStatusReportable | |
리턴 | System |
public abstract PerformJobUnit ( |
||
context | The workload to execute. | |
리턴 | void |
public ReportStatus ( |
||
context | The context for this job. | |
status | String | The current status for this job. |
리턴 | void |