Interface and Description |
---|
org.jcsp.lang.BufferedChannelArrayFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.BufferedChannelFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.BufferedChannelIntArrayFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.BufferedChannelIntFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.ChannelArrayFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.ChannelFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.ChannelIntArrayFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.ChannelIntFactory
These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
|
org.jcsp.lang.RejectableChannel
This channel is superceded by the poison mechanisms, please see
PoisonException . It remains only because it is used by some of the networking features. |
org.jcsp.lang.RejectableChannelInput
This channel is superceded by the poison mechanisms, please see
PoisonException . It remains only because it is used by some of the networking features. |
org.jcsp.lang.RejectableChannelOutput
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 and Description |
---|
org.jcsp.lang.AltingChannelInputWrapper
There is no longer any need to use this class, after the 1.1 class reorganisation.
Note that usually you do not need the absolute guarantee that this class
provides - you can usually just cast the channel to an AltingChannelInput,
which prevents you from accidentally writing to the channel. This
class mainly exists for use by some of the org.jcsp.net classes, where the
absolute guarantee that you cannot write to it is important.
|
org.jcsp.lang.ChannelInputWrapper
There is no longer any need to use this class, after the 1.1 class reorganisation.
|
org.jcsp.lang.ChannelInt
To create integer channels, use the methods in the Channel class.
|
org.jcsp.lang.ChannelOutputWrapper
There is no longer any need to use this class, after the 1.1 class reorganisation.
|
org.jcsp.net2.NetChannelEnd
To conform with the core package naming scheme, the class NetChannel has also been provided
|
org.jcsp.lang.RejectableAltingChannelInput
This channel is superceded by the poison mechanisms, please see
PoisonException |
org.jcsp.lang.RejectableBufferedOne2AnyChannel
This channel is superceded by the poison mechanisms, please see
PoisonException |
org.jcsp.lang.RejectableBufferedOne2OneChannel
This channel is superceded by the poison mechanisms, please see
PoisonException |
org.jcsp.lang.RejectableOne2AnyChannel
This channel is superceded by the poison mechanisms, please see
PoisonException . It remains only because it is used by some of the networking features. |
org.jcsp.lang.RejectableOne2OneChannel
This channel is superceded by the poison mechanisms, please see
PoisonException . It remains only because it is used by some of the networking features. |
org.jcsp.net2.tcpip.TCPIPCNSServer
Use TCPIPNodeFactory instead
|
org.jcsp.net2.tcpip.TCPIPNodeFactory
This method of Node initialisation should no longer be used. See Node for more information
|
Exceptions and Description |
---|
org.jcsp.util.filter.PoisonFilterException
Use poison directly instead
|
Copyright © 1996–2017. All rights reserved.