Class Summary |
Acknowledge |
|
ActiveObject |
Abstract active object that constantly calls doActivity() as long as
it is active. |
ActiveSchedulingObject |
Defines an active object that consumes items provided by some producer
object and processes them as long as the list of items to be processed is
not empty. |
CountDown |
|
Future |
|
FutureResult |
Holds a promise to deliver a result after unlimited time or after a specifiable period. |
LockUtility |
Defines static utility methods for dealing with locks. |
ThreadUtility |
Contains several helper methods to deal with threads. |