|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSource | |
---|---|
biz.hammurapi.dataflow |
Uses of DataSource in biz.hammurapi.dataflow |
---|
Subinterfaces of DataSource in biz.hammurapi.dataflow | |
---|---|
interface |
DataPipe
Single-input/single-output data processor. |
Classes in biz.hammurapi.dataflow that implement DataSource | |
---|---|
class |
AbstractMixer
Base class for mixers which join data. |
class |
ChainingMixer
|
class |
DataTypeMatcher
Converts source data items to match types declared. |
class |
JavaMethodDataPipe
Data pipe wrapper for Java method. |
class |
MountingMixer
|
Methods in biz.hammurapi.dataflow with parameters of type DataSource | |
---|---|
void |
DataPump.addConnection(DataSource source,
DataSink sink)
Adds connection to be processed. |
protected void |
DataPump.connect(DataSource source,
DataPump.DataSinkProxy sink)
Invoked in start() to establish connection between source and sink. |
protected void |
DataPump.disconnect(DataSource source,
DataPump.DataSinkProxy sink)
Invoked in stop() to terminate connection between source and sink. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |