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.
|
Modifier and Type | Class and Description |
---|---|
class |
RejectableBufferedOne2AnyChannel
Deprecated.
This channel is superceded by the poison mechanisms, please see
PoisonException |
class |
RejectableBufferedOne2OneChannel
Deprecated.
This channel is superceded by the poison mechanisms, please see
PoisonException |
class |
RejectableOne2AnyChannel
Deprecated.
This channel is superceded by the poison mechanisms, please see
PoisonException . It remains only because it is used by some of the networking features. |
class |
RejectableOne2OneChannel
Deprecated.
This channel is superceded by the poison mechanisms, please see
PoisonException . It remains only because it is used by some of the networking features. |
Modifier and Type | Field and Description |
---|---|
private RejectableChannel |
Net2AnyChannel.ch
The local channel used for output from the recieving process
|
private RejectableChannel |
NetChannelInputProcess.out
The channel used for output.
|
Constructor and Description |
---|
Net2OneChannel(AltingChannelInput actualChan,
RejectableChannel ch)
Creates a zero-buffered channel reader.
|
Net2OneChannel(java.lang.String label,
AltingChannelInput actualChan,
RejectableChannel ch)
Creates a channel which receives data on a labelled VCN.
|
NetChannelInputProcess(java.lang.String label,
RejectableChannel out)
Constructor which takes a label to assign to the channel's
VCN and a
ChannelOutput object on which to output
any data received from over the network. |