|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.service.fap.LocalSinkChannel
The data sink of this channel is on the local site.
Field Summary | |
protected InputPort |
_inport
|
protected DataSink |
_sink
|
Constructor Summary | |
LocalSinkChannel()
Constructs an empty sink channel. |
|
LocalSinkChannel(DataSink sink,
InputPort inport)
Constructs a sink channel wit specified data source attached. |
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). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected DataSink _sink
protected InputPort _inport
Constructor Detail |
public LocalSinkChannel()
public LocalSinkChannel(DataSink sink, InputPort inport)
Method Detail |
public boolean isRemote()
SinkChannel
isRemote
in interface SinkChannel
public void attachDataSink(DataSink sink, InputPort inport) throws FapException
SinkChannel
attachDataSink
in interface SinkChannel
FapException
public DataSink getDataSink() throws FapException
SinkChannel
getDataSink
in interface SinkChannel
FapException
public InputPort getInputPort() throws FapException
SinkChannel
getInputPort
in interface SinkChannel
FapException
public void pushData(java.lang.Object data) throws FapException
SinkChannel
pushData
in interface SinkChannel
FapException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |