Uses of Class
de.xima.fc.cluster.model.NodeModel
Packages that use NodeModel
Package
Description
-
Uses of NodeModel in de.xima.fc.cluster
Methods in de.xima.fc.cluster that return NodeModelMethods in de.xima.fc.cluster with parameters of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup that return NodeModelMethods in de.xima.fc.cluster.impl.jgroup that return types with arguments of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.model
Methods in de.xima.fc.cluster.model that return NodeModelMethods in de.xima.fc.cluster.model that return types with arguments of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.model.events
Fields in de.xima.fc.cluster.model.events declared as NodeModelMethods in de.xima.fc.cluster.model.events that return NodeModelConstructors in de.xima.fc.cluster.model.events with parameters of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.model.events.topo
Constructors in de.xima.fc.cluster.model.events.topo with parameters of type NodeModelModifierConstructorDescriptionBaseTopologyEvent
(NodeModel node, ICluster cluster) Creates a new event with the given data for when it is suspected that the connection to a node in the cluster may have been lost.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. -
Uses of NodeModel in de.xima.fc.cluster.model.msg
Methods in de.xima.fc.cluster.model.msg that return NodeModelModifier and TypeMethodDescriptionClusterControllMessage.getSourceNode()
ClusterPluginSyncMessage.getSourceNode()
ClusterSystemUpdatedMessage.getSourceNode()
IClusterMessage.getSourceNode()
ClusterControllMessage.getTargetNode()
ClusterPluginSyncMessage.getTargetNode()
ClusterSystemUpdatedMessage.getTargetNode()
IClusterMessage.getTargetNode()
Methods in de.xima.fc.cluster.model.msg with parameters of type NodeModelModifier and TypeMethodDescriptionvoid
ClusterControllMessage.setSourceNode
(NodeModel sourceNode) void
ClusterPluginSyncMessage.setSourceNode
(NodeModel sender) void
ClusterSystemUpdatedMessage.setSourceNode
(NodeModel sourceNode) void
IClusterMessage.setSourceNode
(NodeModel sourceNode) Constructors in de.xima.fc.cluster.model.msg with parameters of type NodeModelModifierConstructorDescriptionClusterControllMessage
(NodeModel targetNode, EClusterControllMessage msg) Creates a new cluster control message targeted at the given node. -
Uses of NodeModel in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type NodeModelMethods in de.xima.fc.gui.bean.settings with parameters of type NodeModel