Package com.google.code.yanf4j.core
Interface ControllerLifeCycle
-
- All Known Implementing Classes:
AbstractController,MemcachedConnector,NioController,SocketChannelController,TCPController
public interface ControllerLifeCycleController lifecycle mark interface- Author:
- boyan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyAllSessionClosed()voidnotifyException(Throwable t)voidnotifyReady()voidnotifyStarted()voidnotifyStopped()
-
-
-
Method Detail
-
notifyReady
void notifyReady()
-
notifyStarted
void notifyStarted()
-
notifyAllSessionClosed
void notifyAllSessionClosed()
-
notifyException
void notifyException(Throwable t)
-
notifyStopped
void notifyStopped()
-
-