Package io.vertigo.orchestra.impl.node
Interface ONodeManager
- All Superinterfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Manager
- All Known Implementing Classes:
ONodeManagerImpl
public interface ONodeManager
extends io.vertigo.core.node.component.Manager
Interface de gestion des noeud d'execution orchestra.
- Version:
- $Id$
- Author:
- KleeGroup.
-
Method Summary
Modifier and TypeMethodDescriptionregisterNode(String nodeName) Enregistre un noeud d'execution.voidupdateHeartbeat(Long nodId) Met à jour le status d'un noeud
-
Method Details
-
registerNode
Enregistre un noeud d'execution.- Parameters:
nodeName- son nom- Returns:
- l'id du noeud
-
updateHeartbeat
Met à jour le status d'un noeud- Parameters:
nodId- l'id du noeud à mettre à jour
-