Uses of Interface
de.xima.fc.cluster.model.ICluster
- 
Packages that use ICluster Package Description de.xima.fc.cluster.impl.jgroup de.xima.fc.cluster.interfaces de.xima.fc.cluster.model.events.topo  - 
- 
Uses of ICluster in de.xima.fc.cluster.impl.jgroup
Classes in de.xima.fc.cluster.impl.jgroup that implement ICluster Modifier and Type Class Description classJGroupsClusterImplementation of aIClusterthat usesEClusterImplementation.JGROUPS.Methods in de.xima.fc.cluster.impl.jgroup that return ICluster Modifier and Type Method Description IClusterJGroupsClusterConnection. getCluster() - 
Uses of ICluster in de.xima.fc.cluster.interfaces
Methods in de.xima.fc.cluster.interfaces that return ICluster Modifier and Type Method Description IClusterIClusterConnection. getCluster() - 
Uses of ICluster in de.xima.fc.cluster.model.events.topo
Fields in de.xima.fc.cluster.model.events.topo declared as ICluster Modifier and Type Field Description protected IClusterBaseTopologyEvent. clusterMethods in de.xima.fc.cluster.model.events.topo that return ICluster Modifier and Type Method Description IClusterBaseTopologyEvent. getCluster()Constructors in de.xima.fc.cluster.model.events.topo with parameters of type ICluster Constructor Description BaseTopologyEvent(NodeModel node, ICluster cluster)NodeJoinEvent(NodeModel node, ICluster cluster)Creates a new event with the given data for when a node joined the cluster.NodeLeftEvent(NodeModel node, ICluster cluster)Creates a new event with the given data for when a node left the cluster. 
 -