Uses of Class
org.jcsp.lang.PoisonException
Packages that use PoisonException
Package
Description
This is main package for JCSP.NET.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of PoisonException in org.jcsp.net
Methods in org.jcsp.net with parameters of type PoisonExceptionModifier and TypeMethodDescriptionvoid
Net2OneChannel.poison
(PoisonException poison) Currently, network channels are unpoisonable so this method has no effect.Methods in org.jcsp.net that throw PoisonExceptionModifier and TypeMethodDescriptionvoid
Net2OneChannel.checkPoison()
Currently, network channels are unpoisonable so this method will never throw a PoisonException -
Uses of PoisonException in org.jcsp.net2
Subclasses of PoisonException in org.jcsp.net2Modifier and TypeClassDescriptionfinal class
An exception thrown when a networked channel is poisoned.Methods in org.jcsp.net2 that throw PoisonExceptionModifier and TypeMethodDescriptionvoid
Any2NetChannel.asyncWrite
(T object) Writes asynchronously to the underlying channel.void
One2NetChannel.asyncWrite
(T object) Asynchronously writes an object to the channelvoid
Writes an object to the underlying channel.void
Writes an object to the input end -
Uses of PoisonException in org.jcsp.util.filter
Subclasses of PoisonException in org.jcsp.util.filterModifier and TypeClassDescriptionclass
Deprecated.Use poison directly instead