JavaScript is disabled on your browser.
CSP for Java (JCSP) 1.1-rc4
All Implemented Interfaces:
Filter
public class PoisonFilter
extends Object
implements Filter
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.
Author:
Quickstone Technologies Limited
Constructor Summary
Constructors
Constructor and Description
PoisonFilter ()
Constructs a new filter with the default message.
PoisonFilter (String message)
Constructs a new filter with a specific message.
Method Summary
Methods
Modifier and Type
Method and Description
Object
filter (Object obj)
Applies the filter operation.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
CSP for Java (JCSP) 1.1-rc4
Submit a bug or feature to jcsp-team@kent.ac.uk Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved) Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.