public class AbstractModuleLifecycle extends Object implements ModuleLifecycle
ModuleLifecycle
interface, designed for easy
extension.Constructor and Description |
---|
AbstractModuleLifecycle() |
Modifier and Type | Method and Description |
---|---|
void |
cacheManagerStarted(GlobalComponentRegistry gcr) |
void |
cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
cacheManagerStopped(GlobalComponentRegistry gcr) |
void |
cacheManagerStopping(GlobalComponentRegistry gcr) |
void |
cacheStarted(ComponentRegistry cr,
String cacheName) |
void |
cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName) |
void |
cacheStopped(ComponentRegistry cr,
String cacheName) |
void |
cacheStopping(ComponentRegistry cr,
String cacheName) |
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
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
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.