Package com.google.code.yanf4j.core
Interface ControllerLifeCycle
- All Known Implementing Classes:
AbstractController,MemcachedConnector,NioController,SocketChannelController,TCPController
public interface ControllerLifeCycle
Controller lifecycle mark interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
Method Details
-
notifyReady
void notifyReady() -
notifyStarted
void notifyStarted() -
notifyAllSessionClosed
void notifyAllSessionClosed() -
notifyException
-
notifyStopped
void notifyStopped()
-