CSP for Java
(JCSP) 1.1-rc4

org.jcsp.lang
Interface RejectableChannel

All Known Implementing Classes:
RejectableBufferedOne2AnyChannel, RejectableBufferedOne2OneChannel, RejectableOne2AnyChannel, RejectableOne2OneChannel

Deprecated. This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features.

public interface RejectableChannel

Defines an interface for a channel that allows readers to either accept (read) or reject data offered by the writer.

Author:
Quickstone Technologies Limited

Method Summary
 RejectableChannelInput in()
          Deprecated.  
 RejectableChannelOutput out()
          Deprecated.  
 

Method Detail

in

RejectableChannelInput in()
Deprecated. 

out

RejectableChannelOutput out()
Deprecated. 

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 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.