org.apache.tuscany.sca.databinding.job
Interface Job<T,E>

All Known Implementing Classes:
RemoteJob

public interface Job<T,E>


Field Summary
static int NULL_JOB
           
static int REGULAR_JOB
           
static int RESULT_JOB
           
 
Method Summary
 T compute(E v)
           
 boolean eos()
           
 int getType()
           
 

Field Detail

NULL_JOB

static final int NULL_JOB
See Also:
Constant Field Values

REGULAR_JOB

static final int REGULAR_JOB
See Also:
Constant Field Values

RESULT_JOB

static final int RESULT_JOB
See Also:
Constant Field Values
Method Detail

compute

T compute(E v)

eos

boolean eos()

getType

int getType()