Uses of Interface
com.google.code.yanf4j.core.ControllerStateListener
Packages that use ControllerStateListener
Package
Description
Networking core package
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 ControllerStateListenerModifier and TypeMethodDescriptionvoid
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 ControllerStateListenerModifier and TypeFieldDescriptionprotected CopyOnWriteArrayList
<ControllerStateListener> AbstractController.stateListeners
controller state listener listMethods in com.google.code.yanf4j.core.impl with parameters of type ControllerStateListenerModifier and TypeMethodDescriptionvoid
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 ControllerStateListenerModifier and TypeClassDescriptionclass
Adapte MemcachedClientStateListener to yanf4j's ControllStateListener(package private) class
Inner state listenner,manage session monitor.