Uses of Interface
org.jcsp.lang.RejectableChannel
-
Packages that use RejectableChannel Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.net This is main package for JCSP.NET. -
-
Uses of RejectableChannel in org.jcsp.lang
Classes in org.jcsp.lang that implement RejectableChannel Modifier and Type Class Description class
RejectableBufferedOne2AnyChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
class
RejectableBufferedOne2OneChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
class
RejectableOne2AnyChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
.class
RejectableOne2OneChannel
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 RejectableChannel Modifier and Type Field Description private 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 RejectableChannel Constructor Description Net2OneChannel(java.lang.String label, AltingChannelInput actualChan, RejectableChannel ch)
Creates a channel which receives data on a labelled VCN.Net2OneChannel(AltingChannelInput actualChan, RejectableChannel ch)
Creates a zero-buffered channel reader.NetChannelInputProcess(java.lang.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.
-