|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IInteraction enables a component to execute EIS functions. An Interaction instance supports the following ways of interacting with an EIS instance:
close() method releases all resources maintained by the
resource adapter for the Interaction. The close() of an
Interaction instance should not close the associated Connection instance.
| Method Summary | |
Record |
execute(IInteractionSpec interactionSpec,
Record inputRecord)
Executes an interaction represented by the InteractionSpec. |
boolean |
execute(IInteractionSpec interactionSpec,
Record inputRecord,
Record outputRecord)
Executes an interaction represented by the InteractionSpec. |
IInteractionSpec |
getInteractionSpec()
The interface IInteractionSpec holds properties for driving an Interaction with an EIS instance. |
RecordFactory |
getRecordFactory()
The interface RecordFactory is used for creating MappedRecord and IndexedRecord instances. |
IStructureFactory |
retrieveStructureFactory()
The interface IStructureFactory is used for creating the execution.structures structures objects. |
| Methods inherited from interface javax.resource.cci.Interaction |
clearWarnings, close, execute, execute, getConnection, getWarnings |
| Method Detail |
public IInteractionSpec getInteractionSpec()
throws ConnectorException
ConnectorExceptionIInteractionSpec
public IStructureFactory retrieveStructureFactory()
throws ConnectorException
ConnectorExceptionIStructureFactory
public boolean execute(IInteractionSpec interactionSpec,
Record inputRecord,
Record outputRecord)
throws ExecutionException,
ConnectorException
inputRecord - the input recordoutputRecord - the output record
ExecutionException
ConnectorExceptionRecord
public Record execute(IInteractionSpec interactionSpec,
Record inputRecord)
throws ExecutionException,
ConnectorException
inputRecord - the input record
ExecutionException
ConnectorExceptionRecord
public RecordFactory getRecordFactory()
throws ConnectorException
ConnectorExceptionRecordFactory
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||