Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 25      Persister, Action, Op, OpList, ActionResult, LogLevel, and Recovery Functions : Action, Op, OpList, ActionResult, Invocable, and LogFile Operations : tibasActionResult_SetTuple()

tibasActionResult_SetTuple()
Function
Declaration
tibas_status tibasActionResult_SetTuple
     (tibasActionResult result,
      tibasTuple tuple)
Purpose
Stores a tuple retrieved from persisted storage into an action result object.
Parameters
 
The ActionResult object on which the operation is performed.
Remarks
If you are implementing shared all persistence, use the tibasActionResult_SetTuple() function to store a tuple that has been retrieved from persistent storage into an action result object.
This function is used in an application’s onRead function, which is called when the a space is in the READY state.
See Also
tibasActionResult_GetTuple()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved