Class LifecycleCallbacks
- java.lang.Object
-
- org.infinispan.persistence.remote.LifecycleCallbacks
-
- All Implemented Interfaces:
ModuleLifecycle
public class LifecycleCallbacks extends Object implements ModuleLifecycle
- Since:
- 8.2
- Author:
- gustavonalle
-
-
Constructor Summary
Constructors Constructor Description LifecycleCallbacks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cacheManagerStarting(org.infinispan.factories.GlobalComponentRegistry gcr, GlobalConfiguration globalCfg)
-
Methods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
-
-
-
Method Detail
-
cacheManagerStarting
public void cacheManagerStarting(org.infinispan.factories.GlobalComponentRegistry gcr, GlobalConfiguration globalCfg)
- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-
-