Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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..
|
Copyright © 2016 Egothor. All Rights Reserved.