Package org.jcsp.util.filter
package org.jcsp.util.filter
-
ClassDescriptionInterface for channel plug-ins that define filtering operations - transformations on the data as it is read or written.Implements an
AltingChannelInput
channel end that also supports read filters.Interface for an Any2Any channel that has support for filtering at both ends.Interface for an Any2One channel that supports filtering operations at each end.Static factory for creating filtered channels.Static factory for creating channel end wrappers that support filtering.Factory for creating filtered channel ends around existing channel ends.This class is used for constructing Filtered Channels.Interface for a channel input end that supports filtering operations.Interface for a channel output end that supports write filtering operations.Interface for anAny2Any
channel that supports both read and write filters.Interface for aOne2One
channel that supports filtering operations at each end.Interface for a channel input end that supports filtering and can be shared by multiple processes.This is wrapper for aSharedChannelInput
that adds read filtering.Interface for an output channel end that supports filtering operations and can be shared by multiple concurrent processes.This is wrapper for aSharedChannelOutput
that adds write filtering.This filter will throw aPoisonException
whenfilter(Object)
is called.Deprecated.Use poison directly insteadInterface for a channel end supporting read filtering operations.Interface for a channel end supporting write filtering operations.