All Packages Class Hierarchy This Package Previous Next Index
Class jcsp.util.Timeout
java.lang.Object
|
+----jcsp.util.Timeout
- public class Timeout
- extends Object
- implements CSProcess
Process Diagram
_________
in | |
-->-| Timeout |
|_________|
Description
The Timeout process waits for the time specified by the timeout.
- Author:
- P.D.Austin
-
Timeout(long)
- Construct a new Timeout process.
-
run()
- The main body of this process.
Timeout
public Timeout(long timeout)
- Construct a new Timeout process.
- Parameters:
- timeout - The time to wait
run
public synchronized void run()
- The main body of this process.
All Packages Class Hierarchy This Package Previous Next Index