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

Packages that use FilteredChannelOutput
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 FilteredChannelOutput in org.jcsp.net.dynamic
 

Subinterfaces of FilteredChannelOutput in org.jcsp.net.dynamic
 interface MigratableChannelOutput
          A migratable networked channel output end.
 

Uses of FilteredChannelOutput in org.jcsp.util.filter
 

Subinterfaces of FilteredChannelOutput in org.jcsp.util.filter
 interface FilteredSharedChannelOutput
          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 FilteredChannelOutput
 class FilteredSharedChannelOutputWrapper
          This is wrapper for a SharedChannelOutput that adds write filtering.
 

Methods in org.jcsp.util.filter that return FilteredChannelOutput
 FilteredChannelOutput FilteredChannelEndFactory.createFiltered(ChannelOutput out)
          Creates a new filtered channel output end around an existing channel end.
static FilteredChannelOutput FilteredChannelEnd.createFiltered(ChannelOutput out)
          Creates a new filtered output channel end around an existing output channel end.
 



Copyright © 1996-2012. All Rights Reserved.