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 TypeMethodDescriptionvoid
void
void
void
void
-
Method Details
-
notifyReady
void notifyReady() -
notifyStarted
void notifyStarted() -
notifyAllSessionClosed
void notifyAllSessionClosed() -
notifyException
-
notifyStopped
void notifyStopped()
-