|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.lifecycle.AbstractModuleLifecycle
public class AbstractModuleLifecycle
A default, no-op implementation of the ModuleLifecycle
interface, designed for easy
extension.
Constructor Summary | |
---|---|
AbstractModuleLifecycle()
|
Method Summary | |
---|---|
void |
cacheManagerStarted(GlobalComponentRegistry gcr)
|
void |
cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration)
|
void |
cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration)
Deprecated. |
void |
cacheManagerStopped(GlobalComponentRegistry gcr)
|
void |
cacheManagerStopping(GlobalComponentRegistry gcr)
|
void |
cacheStarted(ComponentRegistry cr,
String cacheName)
|
void |
cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
|
void |
cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
Deprecated. |
void |
cacheStopped(ComponentRegistry cr,
String cacheName)
|
void |
cacheStopping(ComponentRegistry cr,
String cacheName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractModuleLifecycle()
Method Detail |
---|
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
cacheManagerStarting
in interface ModuleLifecycle
@Deprecated public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
ModuleLifecycle
ModuleLifecycle.cacheManagerStarting(org.infinispan.factories.GlobalComponentRegistry, org.infinispan.configuration.global.GlobalConfiguration)
instead
cacheManagerStarting
in interface ModuleLifecycle
public void cacheManagerStarted(GlobalComponentRegistry gcr)
cacheManagerStarted
in interface ModuleLifecycle
public void cacheManagerStopping(GlobalComponentRegistry gcr)
cacheManagerStopping
in interface ModuleLifecycle
public void cacheManagerStopped(GlobalComponentRegistry gcr)
cacheManagerStopped
in interface ModuleLifecycle
public void cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
cacheStarting
in interface ModuleLifecycle
@Deprecated public void cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
ModuleLifecycle
ModuleLifecycle.cacheStarting(org.infinispan.factories.ComponentRegistry, org.infinispan.configuration.cache.Configuration, String)
instead
cacheStarting
in interface ModuleLifecycle
public void cacheStarted(ComponentRegistry cr, String cacheName)
cacheStarted
in interface ModuleLifecycle
public void cacheStopping(ComponentRegistry cr, String cacheName)
cacheStopping
in interface ModuleLifecycle
public void cacheStopped(ComponentRegistry cr, String cacheName)
cacheStopped
in interface ModuleLifecycle
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |