Uses of Interface
org.jcsp.lang.RejectableChannel
Packages that use RejectableChannel
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of RejectableChannel in org.jcsp.lang
Classes in org.jcsp.lang that implement RejectableChannelModifier and TypeClassDescriptionclassDeprecated.classDeprecated.This channel is superceded by the poison mechanisms, please seePoisonExceptionclassDeprecated.This channel is superceded by the poison mechanisms, please seePoisonException.classDeprecated.This channel is superceded by the poison mechanisms, please seePoisonException. -
Uses of RejectableChannel in org.jcsp.net
Fields in org.jcsp.net declared as RejectableChannelModifier and TypeFieldDescriptionprivate RejectableChannelNet2AnyChannel.chThe local channel used for output from the recieving processprivate RejectableChannelNetChannelInputProcess.outThe channel used for output.Constructors in org.jcsp.net with parameters of type RejectableChannelModifierConstructorDescriptionprivateNet2OneChannel(String label, AltingChannelInput actualChan, RejectableChannel ch) Creates a channel which receives data on a labelled VCN.privateNet2OneChannel(AltingChannelInput actualChan, RejectableChannel ch) Creates a zero-buffered channel reader.(package private)NetChannelInputProcess(String label, RejectableChannel out) Constructor which takes a label to assign to the channel's VCN and aChannelOutputobject on which to output any data received from over the network.
PoisonException