Uses of Class
org.jcsp.lang.PoisonException
-
Packages that use PoisonException Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net2 org.jcsp.util.filter 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 PoisonException Modifier and Type Method Description voidNet2OneChannel. poison(PoisonException poison)Currently, network channels are unpoisonable so this method has no effect.Methods in org.jcsp.net that throw PoisonException Modifier and Type Method Description voidNet2OneChannel. 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.net2 Modifier and Type Class Description classNetworkPoisonExceptionAn exception thrown when a networked channel is poisoned.Methods in org.jcsp.net2 that throw PoisonException Modifier and Type Method Description voidAny2NetChannel. asyncWrite(T object)Writes asynchronously to the underlying channel.voidOne2NetChannel. asyncWrite(T object)Asynchronously writes an object to the channelvoidAny2NetChannel. write(T object)Writes an object to the underlying channel.voidOne2NetChannel. write(T object)Writes an object to the input end -
Uses of PoisonException in org.jcsp.util.filter
Subclasses of PoisonException in org.jcsp.util.filter Modifier and Type Class Description classPoisonFilterExceptionDeprecated.Use poison directly instead
-