Class CoreModule
java.lang.Object
org.infinispan.CoreModule
- All Implemented Interfaces:
ModuleLifecycle
- THIS IS NOT PUBLIC API! This is a private implementation detail and must not be referenced by user code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidstatic voidstartLifecycleComponent(GlobalComponentRegistry gcr, Class<?>... klasses) static voidstopLifecycleComponent(GlobalComponentRegistry gcr, Class<?>... klasses) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ModuleLifecycle
cacheManagerStarting, cacheManagerStopped, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
Constructor Details
-
CoreModule
public CoreModule()
-
-
Method Details
-
cacheManagerStarted
- Specified by:
cacheManagerStartedin interfaceModuleLifecycle
-
cacheManagerStopping
- Specified by:
cacheManagerStoppingin interfaceModuleLifecycle
-
startLifecycleComponent
-
stopLifecycleComponent
-