Class LifecycleCallbacks

java.lang.Object
org.infinispan.server.LifecycleCallbacks
All Implemented Interfaces:
org.infinispan.lifecycle.ModuleLifecycle

public class LifecycleCallbacks extends Object implements org.infinispan.lifecycle.ModuleLifecycle
LifecycleCallback for the server runtime module. Registers advanced externalizers and initializes the server logger
Since:
8.2
Author:
Tristan Tarrant
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheManagerStarting(org.infinispan.factories.GlobalComponentRegistry gcr, org.infinispan.configuration.global.GlobalConfiguration gc)
     
    void
    cacheStopping(org.infinispan.factories.ComponentRegistry cr, String cacheName)
     

    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, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped
  • Constructor Details

    • LifecycleCallbacks

      public LifecycleCallbacks()
  • Method Details

    • cacheManagerStarting

      public void cacheManagerStarting(org.infinispan.factories.GlobalComponentRegistry gcr, org.infinispan.configuration.global.GlobalConfiguration gc)
      Specified by:
      cacheManagerStarting in interface org.infinispan.lifecycle.ModuleLifecycle
    • cacheStopping

      public void cacheStopping(org.infinispan.factories.ComponentRegistry cr, String cacheName)
      Specified by:
      cacheStopping in interface org.infinispan.lifecycle.ModuleLifecycle