|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Filter
Interface for channel plug-ins that define filtering operations -
transformations on the data as it is read or written. A channel (or channel end) that supports
filtering will implement the ReadFiltered or WriteFiltered interface which
allows instances of Filter to be installed or removed from the channel.
FilteredChannel,
FilteredChannelEnd,
ReadFiltered,
WriteFiltered| Method Summary | |
|---|---|
Object |
filter(Object obj)
Applies the filter operation. |
| Method Detail |
|---|
Object filter(Object obj)
obj - the original object in the channel communication.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||