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

Constructor Index

 o Timeout(long)
Construct a new Timeout process.

Method Index

 o run()
The main body of this process.

Constructors

 o Timeout
 public Timeout(long timeout)
Construct a new Timeout process.

Parameters:
timeout - The time to wait

Methods

 o run
 public synchronized void run()
The main body of this process.


All Packages  Class Hierarchy  This Package  Previous  Next  Index