Package org.infinispan.server
Class LifecycleCallbacks
java.lang.Object
org.infinispan.server.LifecycleCallbacks
- All Implemented Interfaces:
org.infinispan.lifecycle.ModuleLifecycle
LifecycleCallback for the server runtime module. Registers advanced externalizers and
initializes the server logger
- Since:
- 8.2
- Author:
- Tristan Tarrant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcacheManagerStarting(org.infinispan.factories.GlobalComponentRegistry gcr, org.infinispan.configuration.global.GlobalConfiguration gc) voidcacheStopping(org.infinispan.factories.ComponentRegistry cr, String cacheName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped
-
Constructor Details
-
LifecycleCallbacks
public LifecycleCallbacks()
-
-
Method Details
-
cacheManagerStarting
public void cacheManagerStarting(org.infinispan.factories.GlobalComponentRegistry gcr, org.infinispan.configuration.global.GlobalConfiguration gc) - Specified by:
cacheManagerStartingin interfaceorg.infinispan.lifecycle.ModuleLifecycle
-
cacheStopping
- Specified by:
cacheStoppingin interfaceorg.infinispan.lifecycle.ModuleLifecycle
-