org.infinispan.lucene
Class LifecycleCallbacks

java.lang.Object
  extended by org.infinispan.lifecycle.AbstractModuleLifecycle
      extended by org.infinispan.lucene.LifecycleCallbacks
All Implemented Interfaces:
ModuleLifecycle

public class LifecycleCallbacks
extends AbstractModuleLifecycle

Module lifecycle callbacks implementation that enables module specific AdvancedExternalizer implementations to be registered.

Since:
5.0
Author:
Galder ZamarreƱo, Sanne Grinovero

Constructor Summary
LifecycleCallbacks()
           
 
Method Summary
 void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg)
           
 
Methods inherited from class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped, cacheStopping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleCallbacks

public LifecycleCallbacks()
Method Detail

cacheManagerStarting

public void cacheManagerStarting(GlobalComponentRegistry gcr,
                                 GlobalConfiguration globalCfg)
Specified by:
cacheManagerStarting in interface ModuleLifecycle
Overrides:
cacheManagerStarting in class AbstractModuleLifecycle

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.