ch.busyboxes.agoo.job
Class JobOrchestrator

java.lang.Object
  extended by ch.busyboxes.agoo.job.JobOrchestrator

public class JobOrchestrator
extends java.lang.Object

Launches jobs

Author:
julien@busyboxes.ch

Constructor Summary
JobOrchestrator()
           
 
Method Summary
 void run()
          Periodically launched job
 void setWatcherTaskService(WatcherTaskService watcherTaskService)
          Sets the watcher task service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobOrchestrator

public JobOrchestrator()
Method Detail

run

public void run()
Periodically launched job


setWatcherTaskService

public void setWatcherTaskService(WatcherTaskService watcherTaskService)
Sets the watcher task service

Parameters:
watcherTaskService - the watcherTaskService to set


Copyright © 2009. All Rights Reserved.