Timeout interface and implementations of it.See: Description
| Interface | Description |
|---|---|
| Timeout |
Policy deciding when to stop the execution of a program.
|
| Class | Description |
|---|---|
| AdaptiveTimeout |
Implements an adaptive timeout based on the ageing algorithm.
|
| ConstantTimeout |
Provides a constant timeout which cannot be changed.
|
| ExecutionTimeBasedTimeout |
Abstract class for timeouts deciding when to stop based on the executed program’s run
time.
|
| NoTimeout |
A timeout policy that never aborts execution.
|
Timeout interface and implementations of it. The implementing
classes decide when a timeout is reached.