|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
---|---|
org.egothor.dir | This package defines objects of distributed IR layer. |
org.egothor.distributor | This package defines objects which can distribute tasks and requests to a group of objects. |
Uses of Task in org.egothor.dir |
---|
Methods in org.egothor.dir with parameters of type Task | |
---|---|
void |
Group.forEach(Task<Barrel> task)
Put the given task to all active (inner) barrels. |
void |
TankerImplSecure.forEach(Task<Barrel> task)
|
Uses of Task in org.egothor.distributor |
---|
Subinterfaces of Task in org.egothor.distributor | |
---|---|
interface |
Request<T>
The interface should be implemented by any class that knows whether a Task is already completed. |
Methods in org.egothor.distributor with parameters of type Task | |
---|---|
void |
Distributor.forEach(Sequence<T> to,
Task<T> task)
Put the task to all acting (inner) structures. |
void |
MTE.forEach(Sequence<T> to,
Task<T> task)
Put the task to all acting (inner) structures. |
void |
STE.forEach(Sequence<T> to,
Task<T> task)
Iterate through the Enumeration and give the element the task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |