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.forEach(Task<Barrel> task)
Put the given task to all active (inner) barrels.
|
void |
TankerImplSecure.forEach(Task<Barrel> task) |
Modifier and Type | Interface and Description |
---|---|
interface |
Request<T>
The interface should be implemented by any class that knows whether a
Task is already completed. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016 Egothor. All Rights Reserved.