FileDocCategorySizeDatePackage
SFSBTxStoreManager.javaAPI DocGlassfish v2 API2673Fri May 04 22:33:14 BST 2007com.sun.ejb.spi.sfsb.store

SFSBTxStoreManager

public interface SFSBTxStoreManager
A Store to checkpoint bean states at the end of Tx
author
Mahesh Kannan

Fields Summary
Constructors Summary
Methods Summary
public voidcheckpointSave(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