Interface OrchestraServices

  • All Superinterfaces:
    io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent
    All Known Implementing Classes:
    OrchestraServicesImpl

    public interface OrchestraServices
    extends io.vertigo.core.node.component.Component
    Interface (interne) de gestion des executions des processus Orchestra.
    Version:
    $Id$
    Author:
    KleeGroup.
    • Method Detail

      • getExecutor

        ProcessExecutor getExecutor()
        Executes the processes (scheduled or manual)
        Returns:
        the executor
      • getReport

        ProcessReport getReport()
        Only accessible if a plugin has been registered
        Returns:
        the report
      • getLogger

        ProcessLogger getLogger()
        Only accessible if a plugin has been registered
        Returns:
        the processLogger