The implementations for the methods of this interface should be idempotent because they may be invoked multiple times. However, for any given node, the {@link #nodeStarted nodeStarted} methodwill never be invoked after the {@link #nodeFailed nodeFailed}method is invoked for that given node. @see WatchdogService#addNodeListener(NodeListener)
|
|
|
|
|
|