Uses of Interface
org.jcsp.util.filter.FilteredChannelOutput
Packages that use FilteredChannelOutput
Package
Description
Supports dynamic operations over the JCSP.NET infrastructure.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of FilteredChannelOutput in org.jcsp.net.dynamic
Subinterfaces of FilteredChannelOutput in org.jcsp.net.dynamicModifier and TypeInterfaceDescriptioninterface
A migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement FilteredChannelOutputModifier and TypeClassDescription(package private) class
Implements of a migratable networked channel output end.Fields in org.jcsp.net.dynamic declared as FilteredChannelOutputModifier and TypeFieldDescriptionprivate FilteredChannelOutput
MigratableChannelOutputImpl.filteredOut
The filtered channel end. -
Uses of FilteredChannelOutput in org.jcsp.util.filter
Subinterfaces of FilteredChannelOutput in org.jcsp.util.filterModifier and TypeInterfaceDescriptioninterface
Interface for an output channel end that supports filtering operations and can be shared by multiple concurrent processes.Classes in org.jcsp.util.filter that implement FilteredChannelOutputModifier and TypeClassDescription(package private) class
Wrapper for an output channel end to include write filtering ability.class
This is wrapper for aSharedChannelOutput
that adds write filtering.Fields in org.jcsp.util.filter declared as FilteredChannelOutputModifier and TypeFieldDescriptionprivate FilteredChannelOutput
FilteredOne2AnyChannelImpl.out
The filtered output end of the channel.private FilteredChannelOutput
FilteredOne2OneChannelImpl.out
The filtered output end of the channel.Methods in org.jcsp.util.filter that return FilteredChannelOutputModifier and TypeMethodDescriptionstatic FilteredChannelOutput
FilteredChannelEnd.createFiltered
(ChannelOutput out) Creates a new filtered output channel end around an existing output channel end.FilteredChannelEndFactory.createFiltered
(ChannelOutput out) Creates a new filtered channel output end around an existing channel end.