Class JpaStoreLifecycleManager
- java.lang.Object
-
- org.infinispan.persistence.jpa.impl.JpaStoreLifecycleManager
-
- All Implemented Interfaces:
ModuleLifecycle
@MetaInfServices(ModuleLifecycle.class) public class JpaStoreLifecycleManager extends Object implements ModuleLifecycle
-
-
Constructor Summary
Constructors Constructor Description JpaStoreLifecycleManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
void
cacheManagerStopping(GlobalComponentRegistry gcr)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
-
-
-
Method Detail
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-
cacheManagerStopping
public void cacheManagerStopping(GlobalComponentRegistry gcr)
- Specified by:
cacheManagerStopping
in interfaceModuleLifecycle
-
-