CSP for Java
(JCSP) 1.0-rc4

jcsp.lang
Interface Channel

All Superinterfaces:
ChannelInput, ChannelOutput
All Known Implementing Classes:
AltingChannel, Any2AnyChannel, One2AnyChannel

public interface Channel
extends ChannelInput, ChannelOutput

This defines the interface for reading and writing object channels.

Description

Channel defines the interface for reading and writing object channels. It just combines the ChannelInput and ChannelOutput interfaces.

It is included for completeness. Usually, when needing a channel interface, we will know whether it's to be used for input or output and, therefore, should use the restricted interface rather than this one.

Author:
P.D.Austin
See Also:
ChannelInput, ChannelOutput

Methods inherited from interface jcsp.lang.ChannelInput
read
 
Methods inherited from interface jcsp.lang.ChannelOutput
write
 


CSP for Java
(JCSP) 1.0-rc4

Submit a bug or feature to jcsp-team@ukc.ac.uk
Version 1.0-rc4 of the JCSP API Specification (Copyright 1997-2000 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.