| 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.
|
| Class and Description |
|---|
| Request
The interface should be implemented by any class that knows whether a
Task is already completed. |
| Task
This interface represents a task that can be performed on an object of
Task.action(T) routine. |
| Class and Description |
|---|
| Distributor |
| Request
The interface should be implemented by any class that knows whether a
Task is already completed. |
| STE
An STE distributes all jobs sequentially, that is, the recipients of
jobs are always iterated one by one.
|
| Task
This interface represents a task that can be performed on an object of
Task.action(T) routine. |
Copyright © 2016 Egothor. All Rights Reserved.