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
Implémentation du gestionnaire de noeuds.
- Version:
- $Id$
- Author:
- mlaroche.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionregisterNode(String nodeName) Enregistre un noeud d'execution.voidupdateHeartbeat(Long nodId) Met à jour le status d'un noeud
-
Constructor Details
-
ONodeManagerImpl
public ONodeManagerImpl()
-
-
Method Details
-
registerNode
Description copied from interface:ONodeManagerEnregistre un noeud d'execution.- Specified by:
registerNodein interfaceONodeManager- Parameters:
nodeName- son nom- Returns:
- l'id du noeud
-
updateHeartbeat
Description copied from interface:ONodeManagerMet à jour le status d'un noeud- Specified by:
updateHeartbeatin interfaceONodeManager- Parameters:
nodId- l'id du noeud à mettre à jour
-