Uses of Class
de.xima.fc.cluster.model.events.topo.NodeJoinEvent
Packages that use NodeJoinEvent
Package
Description
-
Uses of NodeJoinEvent in de.xima.fc.cluster.interfaces.listener
Methods in de.xima.fc.cluster.interfaces.listener with parameters of type NodeJoinEventModifier and TypeMethodDescriptionvoid
IClusterTopologyListener.onNodeJoined
(NodeJoinEvent event) Invoked when a node joined the cluster. -
Uses of NodeJoinEvent in de.xima.fc.cluster.interfaces.observer
Methods in de.xima.fc.cluster.interfaces.observer with parameters of type NodeJoinEventModifier and TypeMethodDescriptionvoid
IClusterTopologyObserver.onNodeJoined
(NodeJoinEvent event) Method that should be called when a node was added to the cluster. -
Uses of NodeJoinEvent in de.xima.fc.cluster.observer
Methods in de.xima.fc.cluster.observer with parameters of type NodeJoinEvent