|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| 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 Request in org.egothor.dir |
|---|
| Methods in org.egothor.dir with parameters of type Request | |
|---|---|
void |
Group.iterate(Request<Barrel> task)
Iterate through the active (inner) barrels in predefined and constant order and try to give them the request until one of them fulfills it. |
void |
TankerImplSecure.iterate(Request<Barrel> task)
|
| Uses of Request in org.egothor.distributor |
|---|
| Methods in org.egothor.distributor with parameters of type Request | |
|---|---|
void |
Distributor.iterate(Sequence<T> to,
Request<T> task)
Iterate through the Enumeration (in Egothor's case the active (inner) barrels) in a predefined and constant order and try to give them the request until one of them fulfills it. |
void |
STE.iterate(Sequence<T> to,
Request<T> task)
Iterate through the Enumeration and give the element the task, if not already completed.. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||