Package | Description |
---|---|
org.jcsp.util.filter |
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredSharedChannelInputWrapper
This is wrapper for a
SharedChannelInput that adds
read filtering. |
Modifier and Type | Method and Description |
---|---|
FilteredSharedChannelInput |
FilteredChannelEndFactory.createFiltered(SharedChannelInput in)
Creates a new filtered channel input end around an existing channel end.
|
static FilteredSharedChannelInput |
FilteredChannelEnd.createFiltered(SharedChannelInput in)
Creates a new filtered input channel end around an existing input channel end that can be
shared by multiple processes.
|
Copyright © 1996–2016. All rights reserved.