Interface PersistenceManager.StoreChangeListener

All Known Implementing Classes:
ActivationManagerImpl, CacheLoaderInterceptor, ClusteredCacheLoaderInterceptor, ClusteringDependentLogic.AbstractClusteringDependentLogic, ClusteringDependentLogic.DistributionLogic, ClusteringDependentLogic.InvalidationLogic, ClusteringDependentLogic.LocalLogic, ClusteringDependentLogic.ReplicationLogic, ClusteringDependentLogic.ScatteredLogic, ClusterLoader, PassivationCacheLoaderInterceptor, PassivationClusteredCacheLoaderInterceptor
Enclosing interface:
PersistenceManager

public static interface PersistenceManager.StoreChangeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    storeChanged(PersistenceStatus persistenceStatus)
    Notifies when a store was added or removed dynamically.
  • Method Details

    • storeChanged

      void storeChanged(PersistenceStatus persistenceStatus)
      Notifies when a store was added or removed dynamically. This method is always invoked with mutual access to any other method in PersistenceManager. Implementations must only ensure visibility or atomicity of their own variables and operations.