Interface PersistenceManager.StoreChangeListener
- All Known Implementing Classes:
ActivationManagerImpl,CacheLoaderInterceptor,ClusteredCacheLoaderInterceptor,ClusteringDependentLogic.AbstractClusteringDependentLogic,ClusteringDependentLogic.DistributionLogic,ClusteringDependentLogic.InvalidationLogic,ClusteringDependentLogic.LocalLogic,ClusteringDependentLogic.ReplicationLogic,ClusterLoader,PassivationCacheLoaderInterceptor,PassivationClusteredCacheLoaderInterceptor
- Enclosing interface:
PersistenceManager
public static interface PersistenceManager.StoreChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidstoreChanged(PersistenceStatus persistenceStatus) Notifies when a store was added or removed dynamically.
-
Method Details
-
storeChanged
Notifies when a store was added or removed dynamically. This method is always invoked with mutual access to any other method inPersistenceManager. Implementations must only ensure visibility or atomicity of their own variables and operations.
-