Interface | Description |
---|---|
IMonitor |
A monitor is passed to an operation to signal the current status to
a user interface or to some other external observing entity.
|
IOperation |
An operation is a special form of executable that is used by BASE.
|
IOperator |
The operator is an interface that is used to signal that a certain
entity is capable of executing operations.
|
Class | Description |
---|---|
MultiOperation |
The multi operation is a helper class that enables a user to
start multiple operations and synchronize on their completion.
|
NullMonitor |
The null monitor implements a simple monitor that can be canceled.
|
OperationPool |
The operation pool can be used to limit the number of threads created
by the system to some fixed value.
|