public class PoisonFilter
This filter will throw a PoisonException
when filter(Object)
is called. This can be
used to prevent a channel from being written to or read from.
Constructor and description |
---|
PoisonFilter
() Constructs a new filter with the default message. |
PoisonFilter
(String message) Constructs a new filter with a specific message. |
JCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk