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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyAllSessionClosed()
void
notifyException(java.lang.Throwable t)
void
notifyReady()
void
notifyStarted()
void
notifyStopped()
-