Uses of Interface
de.xima.fc.cluster.interfaces.observer.IClusterChannelStateObserver
-
Packages that use IClusterChannelStateObserver Package Description de.xima.fc.cluster.impl.jgroup de.xima.fc.cluster.interfaces de.xima.fc.cluster.observer -
-
Uses of IClusterChannelStateObserver in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup that return IClusterChannelStateObserver Modifier and Type Method Description IClusterChannelStateObserver
JGroupsClusterConnection. getChannelObserver()
-
Uses of IClusterChannelStateObserver in de.xima.fc.cluster.interfaces
Methods in de.xima.fc.cluster.interfaces that return IClusterChannelStateObserver Modifier and Type Method Description IClusterChannelStateObserver
IClusterConnection. getChannelObserver()
-
Uses of IClusterChannelStateObserver in de.xima.fc.cluster.observer
Classes in de.xima.fc.cluster.observer that implement IClusterChannelStateObserver Modifier and Type Class Description class
ClusterChannelStateObserver
Default implementation of aIClusterChannelStateObserver
that delegates to the registeredIClusterChannelStateListener
.
-