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 TypeClassDescriptionclass
Deprecated.class
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
class
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
.class
Deprecated.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 RejectableChannel
Net2AnyChannel.ch
The local channel used for output from the recieving processprivate RejectableChannel
NetChannelInputProcess.out
The channel used for output.Constructors in org.jcsp.net with parameters of type RejectableChannelModifierConstructorDescriptionprivate
Net2OneChannel
(String label, AltingChannelInput actualChan, RejectableChannel ch) Creates a channel which receives data on a labelled VCN.private
Net2OneChannel
(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 aChannelOutput
object on which to output any data received from over the network.
PoisonException