Uses of Interface
org.jcsp.util.filter.ReadFiltered

Packages that use ReadFiltered
org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. 
org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. 
 

Uses of ReadFiltered in org.jcsp.net.dynamic
 

Subinterfaces of ReadFiltered in org.jcsp.net.dynamic
 interface MigratableChannelInput
          A migratable networked input channel end.
 

Classes in org.jcsp.net.dynamic that implement ReadFiltered
 class MigratableAltingChannelInput
          A migratable input channel end that can be used as a guard within an Alternative.
 

Uses of ReadFiltered in org.jcsp.util.filter
 

Subinterfaces of ReadFiltered in org.jcsp.util.filter
 interface FilteredChannelInput
          Interface for a channel input end that supports filtering operations.
 interface FilteredSharedChannelInput
          Interface for a channel input end that supports filtering and can be shared by multiple processes.
 

Classes in org.jcsp.util.filter that implement ReadFiltered
 class FilteredAltingChannelInput
          Implements an AltingChannelInput channel end that also supports read filters.
 class FilteredSharedChannelInputWrapper
          This is wrapper for a SharedChannelInput that adds read filtering.
 

Methods in org.jcsp.util.filter that return ReadFiltered
 ReadFiltered FilteredAny2OneChannel.inFilter()
          Returns an interface for configuring read filters on the channel.
 ReadFiltered FilteredOne2OneChannel.inFilter()
          Returns the control interface for configuring the read filters on the channel.
 ReadFiltered FilteredOne2AnyChannel.inFilter()
          Returns the control interface to manipulate the read filters.
 ReadFiltered FilteredAny2AnyChannel.inFilter()
          Returns an interface for configuring read filters on the channel.
 



Copyright © 1996-2012. All Rights Reserved.