CSP for Java
(JCSP) 1.1-rc4

org.jcsp.util.filter
Interface FilteredAny2AnyChannel

All Superinterfaces:
Any2AnyChannel

public interface FilteredAny2AnyChannel
extends Any2AnyChannel

Interface for an Any2Any channel that has support for filtering at both ends.

Author:
Quickstone Technologies Limited
See Also:
Any2AnyChannel, ReadFiltered, WriteFiltered

Method Summary
 ReadFiltered inFilter()
          Returns an interface for configuring read filters on the channel.
 WriteFiltered outFilter()
          Returns an interface for configuring write filters on the channel.
 
Methods inherited from interface org.jcsp.lang.Any2AnyChannel
in, out
 

Method Detail

inFilter

ReadFiltered inFilter()
Returns an interface for configuring read filters on the channel.


outFilter

WriteFiltered outFilter()
Returns an interface for configuring write filters on the channel.


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.