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
notifyReady
void notifyReady()
notifyStarted
void notifyStarted()
notifyAllSessionClosed
void notifyAllSessionClosed()
notifyException
void notifyException(java.lang.Throwable t)
notifyStopped
void notifyStopped()
Copyright © 2011. All Rights Reserved.