Package org.jcsp.lang
Interface RejectableChannel
-
- All Known Implementing Classes:
RejectableBufferedOne2AnyChannel
,RejectableBufferedOne2OneChannel
,RejectableOne2AnyChannel
,RejectableOne2OneChannel
public interface RejectableChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
. It remains only because it is used by some of the networking features.Defines an interface for a channel that allows readers to either accept (read
) orreject
data offered by the writer.- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RejectableChannelInput
in()
Deprecated.RejectableChannelOutput
out()
Deprecated.
-
-
-
Method Detail
-
in
RejectableChannelInput in()
Deprecated.
-
out
RejectableChannelOutput out()
Deprecated.
-
-