|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of OutputAdapter in com.rhi.architecture.parc |
Methods in com.rhi.architecture.parc that return OutputAdapter | |
OutputAdapter |
PipelineProcess.getOutputAdapter()
Return the Output Adapter that persists the work set after processing is completed. |
OutputAdapter |
AbstractExecutionStrategy.getOutputAdapter()
Get output adapter. |
Methods in com.rhi.architecture.parc with parameters of type OutputAdapter | |
void |
PipelineStrategy.setOutputAdapter(OutputAdapter oa)
Sets the proper output adapter class for the strategy to use in executing the pipeline process. |
void |
PipelineProcess.setOutputAdapter(OutputAdapter outputAdapter)
Set the output adapter |
void |
ExecutionStrategy.setOutputAdapter(OutputAdapter oa)
The interface application class uses this method to intialize the strategy object w/ the correct concrete output adapter. |
void |
AbstractExecutionStrategy.setOutputAdapter(OutputAdapter oa)
Set method to tell the strategy what output adapter to use. |
Uses of OutputAdapter in com.rhi.architecture.parc.adapter |
Classes in com.rhi.architecture.parc.adapter that implement OutputAdapter | |
class |
AbstractOutputAdapter
The OutputAdapter is responsible for taking a completed work set and storing it. |
Uses of OutputAdapter in com.rhi.architecture.parc.adapter.file |
Classes in com.rhi.architecture.parc.adapter.file that implement OutputAdapter | |
class |
FlatFileOutputAdapter
Flat File Output Adapter. |
Uses of OutputAdapter in com.rhi.architecture.parc.adapter.jdbc |
Classes in com.rhi.architecture.parc.adapter.jdbc that implement OutputAdapter | |
class |
JDBCOutputAdapter
JDBC Output Adapter. |
Uses of OutputAdapter in com.rhi.architecture.parc.adapter.jdo |
Classes in com.rhi.architecture.parc.adapter.jdo that implement OutputAdapter | |
class |
JDOOutputAdapter
JDO Output Adapter. |
Uses of OutputAdapter in com.rhi.architecture.parc.adapter.xml |
Classes in com.rhi.architecture.parc.adapter.xml that implement OutputAdapter | |
class |
XMLOutputAdapter
XML Output Adapter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |