tibasSpace_LoadAll()

Batch version of the tibasSpace_Load() function. Used if shared all persistence is implemented.

Declaration

tibas_status tibasSpace_LoadAll(
    tibasSpace            space,
    tibasSpaceResultList* resultList,
    tibasTupleList        valueList)

Parameters

Parameter Description
space Specifies the Space object for the TIBCO ActiveSpaces entity on which the function is invoked.
resultList The list of tuples returned by the function.
valueList The list of tuples loaded into the space by the function.

Remarks

Use the tibasSpace_LoadAll() function to load the tuples specified in a list of tuples into a specified space. Typically this function is used in an applications onLoad function that is used to implement shared all persistence.

tibasSpace_LoadAll() is similar to tibasSpace_PutAll(); however, it does not trigger an invocation of the persister's onWrite function