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 voidController. addStateListener(ControllerStateListener listener)voidController. 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. stateListenerscontroller state listener listMethods in com.google.code.yanf4j.core.impl with parameters of type ControllerStateListener Modifier and Type Method Description voidAbstractController. addStateListener(ControllerStateListener listener)voidAbstractController. 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 classMemcachedClientStateListenerAdapterAdapte MemcachedClientStateListener to yanf4j's ControllStateListener(package private) classMemcachedConnector.InnerControllerStateListenerInner state listenner,manage session monitor.
-