|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of InputAdapter in com.rhi.architecture.parc |
Methods in com.rhi.architecture.parc that return InputAdapter | |
InputAdapter |
PipelineProcess.getInputAdapter()
Return the Input Adapter that selects the work set to process. |
InputAdapter |
AbstractExecutionStrategy.getInputAdapter()
Get input adapter. |
Methods in com.rhi.architecture.parc with parameters of type InputAdapter | |
void |
PipelineStrategy.setInputAdapter(InputAdapter ia)
Sets the proper input adapter class for the strategy to use in executing the pipeline process. |
void |
PipelineProcess.setInputAdapter(InputAdapter inputAdapter)
Set the input adapter |
void |
ExecutionStrategy.setInputAdapter(InputAdapter ia)
The interface application class uses this method to intialize the strategy object w/ the correct concrete input adapter. |
void |
AbstractExecutionStrategy.setInputAdapter(InputAdapter ia)
Set method to tell the strategy what input adapter to use. |
Uses of InputAdapter in com.rhi.architecture.parc.adapter |
Classes in com.rhi.architecture.parc.adapter that implement InputAdapter | |
class |
AbstractInputAdapter
The InputAdapter is responsible for creating the work set that the pipeline will execute on. |
Uses of InputAdapter in com.rhi.architecture.parc.adapter.file |
Classes in com.rhi.architecture.parc.adapter.file that implement InputAdapter | |
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. |
Uses of InputAdapter in com.rhi.architecture.parc.adapter.jdbc |
Classes in com.rhi.architecture.parc.adapter.jdbc that implement InputAdapter | |
class |
JDBCInputAdapter
Generic JDBC InputAdapter. |
Uses of InputAdapter in com.rhi.architecture.parc.adapter.jdo |
Classes in com.rhi.architecture.parc.adapter.jdo that implement InputAdapter | |
class |
JDOInputAdapter
Castor JDO based InputAdapter. |
Uses of InputAdapter in com.rhi.architecture.parc.adapter.xml |
Classes in com.rhi.architecture.parc.adapter.xml that implement InputAdapter | |
class |
XMLInputAdapter
Castor XML based InputAdapter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |