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 classRejectableBufferedOne2AnyChannelDeprecated.This channel is superceded by the poison mechanisms, please seePoisonExceptionclassRejectableBufferedOne2OneChannelDeprecated.This channel is superceded by the poison mechanisms, please seePoisonExceptionclassRejectableOne2AnyChannelDeprecated.This channel is superceded by the poison mechanisms, please seePoisonException.classRejectableOne2OneChannelDeprecated.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 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 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 aChannelOutputobject on which to output any data received from over the network.
-