com.sun.ejb.spi.container
Interface SFSBContainerInitialization
- All Known Implementing Classes:
- StatefulSessionContainer
public interface SFSBContainerInitialization
This interface that defines the methods that are used by the
PersistenceStrategyBuilder to initialize the container
- Author:
- Mahesh Kannan
setSFSBUUIDUtil
void setSFSBUUIDUtil(SFSBUUIDUtil util)
setCheckpointPolicy
void setCheckpointPolicy(CheckpointPolicy policy)
getBackingStore
org.glassfish.ha.store.api.BackingStore<Serializable,org.glassfish.ha.store.util.SimpleMetadata> getBackingStore()
setBackingStore
void setBackingStore(org.glassfish.ha.store.api.BackingStore<Serializable,org.glassfish.ha.store.util.SimpleMetadata> store)
setRemovalGracePeriodInSeconds
void setRemovalGracePeriodInSeconds(int val)
setSFSBVersionManager
void setSFSBVersionManager(SFSBVersionManager sfsbVersionManager)
Copyright © 2012 GlassFish Community. All Rights Reserved.