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 IClusterChannelStateObserverJGroupsClusterConnection. 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 IClusterChannelStateObserverIClusterConnection. 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 classClusterChannelStateObserverDefault implementation of aIClusterChannelStateObserverthat delegates to the registeredIClusterChannelStateListener. 
 -