|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InteractiveTask
A task that can also perform I/O during the task opearation through get and set methods.
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object params)
Used to get output from the task |
void |
set(java.lang.Object paramsAndWhat)
Used to send input to the task |
| Methods inherited from interface org.jscience.computing.distributed.Task |
|---|
run |
| Method Detail |
|---|
java.lang.Object get(java.lang.Object params)
params - can be null if this task doesn't need to know WHAT it has
to output
void set(java.lang.Object paramsAndWhat)
paramsAndWhat - this could be anything, either a single object if
the task knows what to do with it, or a container with
variable->value pairs..
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||