|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataAccessFunctionSet
This DataAccessFunctionSet interface provides a capability for an Interaction to execute functions on a datastore instance. The implementation of the execute() method knows how to route a function to the appropriate method.
The class that implements this interface is generated by the code deployment tool.
Method Summary | |
---|---|
javax.resource.cci.Record |
execute(WSInteractionSpec ispec,
javax.resource.cci.IndexedRecord inRecord,
java.lang.Object connection)
This execute method will route to the appropriate method based on the function name from the InteractionSpec. |
Method Detail |
---|
javax.resource.cci.Record execute(WSInteractionSpec ispec, javax.resource.cci.IndexedRecord inRecord, java.lang.Object connection) throws javax.resource.ResourceException
ispec
- - Interaction SpecinRecord
- - input Recordconnection
- - a Connection
javax.resource.ResourceException
- - thrown if there is a problem
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |