Uses of Interface
com.google.code.yanf4j.core.ControllerStateListener
-
Packages that use ControllerStateListener Package Description com.google.code.yanf4j.core Networking core packagecom.google.code.yanf4j.core.impl net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of ControllerStateListener in com.google.code.yanf4j.core
Methods in com.google.code.yanf4j.core with parameters of type ControllerStateListener Modifier and Type Method Description void
Controller. addStateListener(ControllerStateListener listener)
void
Controller. removeStateListener(ControllerStateListener listener)
-
Uses of ControllerStateListener in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl with type parameters of type ControllerStateListener Modifier and Type Field Description protected java.util.concurrent.CopyOnWriteArrayList<ControllerStateListener>
AbstractController. stateListeners
controller state listener listMethods in com.google.code.yanf4j.core.impl with parameters of type ControllerStateListener Modifier and Type Method Description void
AbstractController. addStateListener(ControllerStateListener listener)
void
AbstractController. removeStateListener(ControllerStateListener listener)
-
Uses of ControllerStateListener in net.rubyeye.xmemcached.impl
Classes in net.rubyeye.xmemcached.impl that implement ControllerStateListener Modifier and Type Class Description class
MemcachedClientStateListenerAdapter
Adapte MemcachedClientStateListener to yanf4j's ControllStateListener(package private) class
MemcachedConnector.InnerControllerStateListener
Inner state listenner,manage session monitor.
-