Uses of Interface
com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
-
Packages that use BinaryLogClient.LifecycleListener Package Description com.github.shyiko.mysql.binlog com.github.shyiko.mysql.binlog.jmx -
-
Uses of BinaryLogClient.LifecycleListener in com.github.shyiko.mysql.binlog
Classes in com.github.shyiko.mysql.binlog that implement BinaryLogClient.LifecycleListener Modifier and Type Class Description static classBinaryLogClient.AbstractLifecycleListenerDefault (no-op) implementation ofBinaryLogClient.LifecycleListener.Methods in com.github.shyiko.mysql.binlog that return types with arguments of type BinaryLogClient.LifecycleListener Modifier and Type Method Description List<BinaryLogClient.LifecycleListener>BinaryLogClient. getLifecycleListeners()Methods in com.github.shyiko.mysql.binlog with parameters of type BinaryLogClient.LifecycleListener Modifier and Type Method Description voidBinaryLogClient. registerLifecycleListener(BinaryLogClient.LifecycleListener lifecycleListener)Register lifecycle listener.voidBinaryLogClient. unregisterLifecycleListener(BinaryLogClient.LifecycleListener eventListener)Unregister single lifecycle listener.Method parameters in com.github.shyiko.mysql.binlog with type arguments of type BinaryLogClient.LifecycleListener Modifier and Type Method Description voidBinaryLogClient. unregisterLifecycleListener(Class<? extends BinaryLogClient.LifecycleListener> listenerClass)Unregister all lifecycle listener of specific type. -
Uses of BinaryLogClient.LifecycleListener in com.github.shyiko.mysql.binlog.jmx
Classes in com.github.shyiko.mysql.binlog.jmx that implement BinaryLogClient.LifecycleListener Modifier and Type Class Description classBinaryLogClientStatistics
-