Package org.infinispan.lifecycle
Class AbstractModuleLifecycle
- java.lang.Object
-
- org.infinispan.lifecycle.AbstractModuleLifecycle
-
- All Implemented Interfaces:
ModuleLifecycle
@Deprecated public class AbstractModuleLifecycle extends Object implements ModuleLifecycle
Deprecated.since 9.1. Just implementModuleLifecycle
instead.A default, no-op implementation of theModuleLifecycle
interface, 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 void
cacheManagerStarted(GlobalComponentRegistry gcr)
Deprecated.void
cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
Deprecated.void
cacheManagerStopped(GlobalComponentRegistry gcr)
Deprecated.void
cacheManagerStopping(GlobalComponentRegistry gcr)
Deprecated.void
cacheStarted(ComponentRegistry cr, String cacheName)
Deprecated.void
cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
Deprecated.void
cacheStopped(ComponentRegistry cr, String cacheName)
Deprecated.void
cacheStopping(ComponentRegistry cr, String cacheName)
Deprecated.
-
-
-
Method Detail
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
Deprecated.- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-
cacheManagerStarted
public void cacheManagerStarted(GlobalComponentRegistry gcr)
Deprecated.- Specified by:
cacheManagerStarted
in interfaceModuleLifecycle
-
cacheManagerStopping
public void cacheManagerStopping(GlobalComponentRegistry gcr)
Deprecated.- Specified by:
cacheManagerStopping
in interfaceModuleLifecycle
-
cacheManagerStopped
public void cacheManagerStopped(GlobalComponentRegistry gcr)
Deprecated.- Specified by:
cacheManagerStopped
in interfaceModuleLifecycle
-
cacheStarting
public void cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
Deprecated.- Specified by:
cacheStarting
in interfaceModuleLifecycle
-
cacheStarted
public void cacheStarted(ComponentRegistry cr, String cacheName)
Deprecated.- Specified by:
cacheStarted
in interfaceModuleLifecycle
-
cacheStopping
public void cacheStopping(ComponentRegistry cr, String cacheName)
Deprecated.- Specified by:
cacheStopping
in interfaceModuleLifecycle
-
cacheStopped
public void cacheStopped(ComponentRegistry cr, String cacheName)
Deprecated.- Specified by:
cacheStopped
in interfaceModuleLifecycle
-
-