|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 | |
javax.resource.cci.Record |
execute(IInteractionSpec interactionSpec,
javax.resource.cci.Record inputRecord)
Executes an interaction represented by the InteractionSpec. |
boolean |
execute(IInteractionSpec interactionSpec,
javax.resource.cci.Record inputRecord,
javax.resource.cci.Record outputRecord)
Executes an interaction represented by the InteractionSpec. |
IInteractionSpec |
getInteractionSpec()
The interface IInteractionSpec holds properties for driving an Interaction with an EIS instance. |
javax.resource.cci.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
IInteractionSpec
public IStructureFactory retrieveStructureFactory()
throws ConnectorException
IStructureFactory
public boolean execute(IInteractionSpec interactionSpec,
javax.resource.cci.Record inputRecord,
javax.resource.cci.Record outputRecord)
throws ExecutionException,
ConnectorException
inputRecord - the input recordoutputRecord - the output recordRecord
public javax.resource.cci.Record execute(IInteractionSpec interactionSpec,
javax.resource.cci.Record inputRecord)
throws ExecutionException,
ConnectorException
inputRecord - the input recordRecord
public javax.resource.cci.RecordFactory getRecordFactory()
throws ConnectorException
RecordFactory
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||