Class NodeCrashSuspectedEvent
- java.lang.Object
 - 
- de.xima.fc.cluster.model.events.BaseNodeEvent
 - 
- de.xima.fc.cluster.model.events.topo.NodeCrashSuspectedEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class NodeCrashSuspectedEvent extends BaseNodeEvent
An event that is fired when it is suspected that the connection to a node in the cluster may have been lost.- Since:
 - 3.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.cluster.model.events.BaseNodeEvent
node 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NodeCrashSuspectedEvent(NodeModel node)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. 
 - 
 
- 
- 
Constructor Detail
- 
NodeCrashSuspectedEvent
public NodeCrashSuspectedEvent(NodeModel node)
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.- Parameters:
 node- Node to which the connection may have been lost.
 
 - 
 
 -