|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A sink channel is for filter to send data.
Method Summary | |
void |
attachDataSink(DataSink sink,
InputPort inport)
Attach a data sink to this pipe. |
DataSink |
getDataSink()
Return the data sink of this pipe. |
InputPort |
getInputPort()
Return the input port of the connected sink. |
boolean |
isRemote()
Return whether the sink is on remote site. |
void |
pushData(java.lang.Object data)
Push the data to the downstream filter (data sink). |
Method Detail |
public boolean isRemote()
public void attachDataSink(DataSink sink, InputPort inport) throws FapException
FapException
public DataSink getDataSink() throws FapException
FapException
public InputPort getInputPort() throws FapException
FapException
public void pushData(java.lang.Object data) throws FapException
FapException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |