All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class test.jcsp.ChannelDataStoreTest

java.lang.Object
   |
   +----test.jcsp.ChannelDataStoreTest

public class ChannelDataStoreTest
extends Object
implements CSProcess

Description

The ChannelDataStoreTest process is designed to test the ChannelDataStores provided by the jcsp library.

Author:
P.D.Austin
See Also:
ZeroBuffer, Buffer, OverWritingBuffer, OverWriteOldestBuffer, InifiniteBuffer, BlackHole, Timer

Constructor Index

 o ChannelDataStoreTest()

Method Index

 o main(String[])
Executes the process.
 o run()
The main body of this process.

Constructors

 o ChannelDataStoreTest
 public ChannelDataStoreTest()

Methods

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

 o main
 public static void main(String argv[])
Executes the process.

Parameters:
argv - The parameters to the application.

All Packages  Class Hierarchy  This Package  Previous  Next  Index