| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.databinding.job.RemoteJob<T>
public abstract class RemoteJob<T>
This an abstract class to represent a Job with a Context
| Field Summary | |
|---|---|
protected  JobExecutionContext | 
context
 | 
| Fields inherited from interface org.apache.tuscany.sca.databinding.job.Job | 
|---|
NULL_JOB, REGULAR_JOB, RESULT_JOB | 
| Constructor Summary | |
|---|---|
RemoteJob()
 | 
|
| Method Summary | |
|---|---|
abstract  T | 
compute(JobExecutionContext v)
 | 
 JobExecutionContext | 
getContext()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.apache.tuscany.sca.databinding.job.Job | 
|---|
eos, getType | 
| Field Detail | 
|---|
protected JobExecutionContext context
| Constructor Detail | 
|---|
public RemoteJob()
| Method Detail | 
|---|
public abstract T compute(JobExecutionContext v)
compute in interface Job<T,JobExecutionContext>public JobExecutionContext getContext()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||