Class LifecycleListener

java.lang.Object
org.elasticsearch.common.component.LifecycleListener

public abstract class LifecycleListener
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    LifecycleListener()  
  • Method Summary

    Modifier and Type Method Description
    void afterClose()  
    void afterStart()  
    void afterStop()  
    void beforeClose()  
    void beforeStart()  
    void beforeStop()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait