|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of Adapter in com.rhi.architecture.parc |
Subinterfaces of Adapter in com.rhi.architecture.parc | |
interface |
InputAdapter
The InputAdapter is responsible for selecting a set of work for processing and pushing it into the Channel for processing.. |
interface |
OutputAdapter
The OutputAdapter is responsible for taking a completed work set and storing it. |
Uses of Adapter in com.rhi.architecture.parc.adapter |
Classes in com.rhi.architecture.parc.adapter that implement Adapter | |
class |
AbstractInputAdapter
The InputAdapter is responsible for creating the work set that the pipeline will execute on. |
class |
AbstractOutputAdapter
The OutputAdapter is responsible for taking a completed work set and storing it. |
Uses of Adapter in com.rhi.architecture.parc.adapter.file |
Classes in com.rhi.architecture.parc.adapter.file that implement Adapter | |
class |
AbstractFileInputAdapter
AbstractFileInputAdapter Should serve as a common base classes that all kinds of file input adapters can share. |
class |
FlatFileInputAdapter
Generic Flat File InputAdapter. |
class |
FlatFileOutputAdapter
Flat File Output Adapter. |
Uses of Adapter in com.rhi.architecture.parc.adapter.jdbc |
Classes in com.rhi.architecture.parc.adapter.jdbc that implement Adapter | |
class |
JDBCInputAdapter
Generic JDBC InputAdapter. |
class |
JDBCOutputAdapter
JDBC Output Adapter. |
Uses of Adapter in com.rhi.architecture.parc.adapter.jdo |
Classes in com.rhi.architecture.parc.adapter.jdo that implement Adapter | |
class |
JDOInputAdapter
Castor JDO based InputAdapter. |
class |
JDOOutputAdapter
JDO Output Adapter. |
Uses of Adapter in com.rhi.architecture.parc.adapter.xml |
Classes in com.rhi.architecture.parc.adapter.xml that implement Adapter | |
class |
XMLInputAdapter
Castor XML based InputAdapter. |
class |
XMLOutputAdapter
XML Output Adapter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |