Class LifecycleCallbacks
java.lang.Object
org.infinispan.persistence.remote.LifecycleCallbacks
- All Implemented Interfaces:
ModuleLifecycle
- Since:
- 8.2
- Author:
- gustavonalle
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
Constructor Details
-
LifecycleCallbacks
public LifecycleCallbacks()
-
-
Method Details
-
cacheManagerStarting
- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-