public void | checkpointSave(SFSBBeanState[] beanStates)Store session data in these beanStates
This method used only for aggregate checkpointing
i.e. at the end of a transaction, collecting beanStates
from all the beans that have participated in a transaction
Note: if the underlying implementation involves a transactional
data store, then the attempt should be made to store all the
bean states in a single transactional unit-of-work
|