Package io.vertigo.orchestra.impl.node
Class ONodeManagerImpl
- java.lang.Object
-
- io.vertigo.orchestra.impl.node.ONodeManagerImpl
-
- All Implemented Interfaces:
io.vertigo.core.node.component.Component
,io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Manager
,ONodeManager
public class ONodeManagerImpl extends Object implements ONodeManager
Implémentation du gestionnaire de noeuds.- Version:
- $Id$
- Author:
- mlaroche.
-
-
Constructor Summary
Constructors Constructor Description ONodeManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
registerNode(String nodeName)
Enregistre un noeud d'execution.void
updateHeartbeat(Long nodId)
Met à jour le status d'un noeud
-
-
-
Method Detail
-
registerNode
public Long registerNode(String nodeName)
Description copied from interface:ONodeManager
Enregistre un noeud d'execution.- Specified by:
registerNode
in interfaceONodeManager
- Parameters:
nodeName
- son nom- Returns:
- l'id du noeud
-
updateHeartbeat
public void updateHeartbeat(Long nodId)
Description copied from interface:ONodeManager
Met à jour le status d'un noeud- Specified by:
updateHeartbeat
in interfaceONodeManager
- Parameters:
nodId
- l'id du noeud à mettre à jour
-
-