|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilteredSharedChannelOutput | |
---|---|
org.jcsp.util.filter | This defines filtering channels that can apply transformations to objects as they are read and/or written. |
Uses of FilteredSharedChannelOutput in org.jcsp.util.filter |
---|
Classes in org.jcsp.util.filter that implement FilteredSharedChannelOutput | |
---|---|
class |
FilteredSharedChannelOutputWrapper
This is wrapper for a SharedChannelOutput that adds
write filtering. |
Methods in org.jcsp.util.filter that return FilteredSharedChannelOutput | |
---|---|
FilteredSharedChannelOutput |
FilteredChannelEndFactory.createFiltered(SharedChannelOutput out)
Creates a new filtered channel output end around an existing channel end. |
static FilteredSharedChannelOutput |
FilteredChannelEnd.createFiltered(SharedChannelOutput out)
Creates a new filtered output channel end around an existing output channel end that can be shared by multiple processes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |