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
All Methods Instance Methods Abstract 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
-