Package org.infinispan.lifecycle
Class AbstractModuleLifecycle
- java.lang.Object
-
- org.infinispan.lifecycle.AbstractModuleLifecycle
-
- All Implemented Interfaces:
ModuleLifecycle
@Deprecated public class AbstractModuleLifecycle extends java.lang.Object implements ModuleLifecycle
Deprecated.since 9.1. Just implementModuleLifecycleinstead.A default, no-op implementation of theModuleLifecycleinterface, designed for easy extension.- Version:
- 4.0
- Author:
- Manik Surtani
-
-
Constructor Summary
Constructors Constructor Description AbstractModuleLifecycle()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcacheManagerStarted(GlobalComponentRegistry gcr)Deprecated.voidcacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)Deprecated.voidcacheManagerStopped(GlobalComponentRegistry gcr)Deprecated.voidcacheManagerStopping(GlobalComponentRegistry gcr)Deprecated.voidcacheStarted(ComponentRegistry cr, java.lang.String cacheName)Deprecated.voidcacheStarting(ComponentRegistry cr, Configuration configuration, java.lang.String cacheName)Deprecated.voidcacheStopped(ComponentRegistry cr, java.lang.String cacheName)Deprecated.voidcacheStopping(ComponentRegistry cr, java.lang.String cacheName)Deprecated.
-
-
-
Method Detail
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
Deprecated.- Specified by:
cacheManagerStartingin interfaceModuleLifecycle
-
cacheManagerStarted
public void cacheManagerStarted(GlobalComponentRegistry gcr)
Deprecated.- Specified by:
cacheManagerStartedin interfaceModuleLifecycle
-
cacheManagerStopping
public void cacheManagerStopping(GlobalComponentRegistry gcr)
Deprecated.- Specified by:
cacheManagerStoppingin interfaceModuleLifecycle
-
cacheManagerStopped
public void cacheManagerStopped(GlobalComponentRegistry gcr)
Deprecated.- Specified by:
cacheManagerStoppedin interfaceModuleLifecycle
-
cacheStarting
public void cacheStarting(ComponentRegistry cr, Configuration configuration, java.lang.String cacheName)
Deprecated.- Specified by:
cacheStartingin interfaceModuleLifecycle
-
cacheStarted
public void cacheStarted(ComponentRegistry cr, java.lang.String cacheName)
Deprecated.- Specified by:
cacheStartedin interfaceModuleLifecycle
-
cacheStopping
public void cacheStopping(ComponentRegistry cr, java.lang.String cacheName)
Deprecated.- Specified by:
cacheStoppingin interfaceModuleLifecycle
-
cacheStopped
public void cacheStopped(ComponentRegistry cr, java.lang.String cacheName)
Deprecated.- Specified by:
cacheStoppedin interfaceModuleLifecycle
-
-