com.google.code.yanf4j.core
Interface ControllerLifeCycle

All Known Implementing Classes:
AbstractController, MemcachedConnector, NioController, SocketChannelController, TCPController

public interface ControllerLifeCycle

Controller lifecycle mark interface

Author:
boyan

Method Summary
 void notifyAllSessionClosed()
           
 void notifyException(java.lang.Throwable t)
           
 void notifyReady()
           
 void notifyStarted()
           
 void notifyStopped()
           
 

Method Detail

notifyReady

void notifyReady()

notifyStarted

void notifyStarted()

notifyAllSessionClosed

void notifyAllSessionClosed()

notifyException

void notifyException(java.lang.Throwable t)

notifyStopped

void notifyStopped()


Copyright © 2011. All Rights Reserved.