Package com.vmware.bdd.service.job

Examples of com.vmware.bdd.service.job.SimpleStepExecutionListener


      logger.info("launched main job: " + mainJob.getName());
      return mainJobExecution.getId();
   }

   private StepExecutionListener[] createJobStepListener() {
      SimpleStepExecutionListener jobStepListener =
            new SimpleStepExecutionListener();
      jobStepListener.setJobRegistry(jobRegistry);
      jobStepListener.setJobExecutionStatusHolder(mainJobExecutionStatusHolder);
      return new SimpleStepExecutionListener[] { jobStepListener };
   }
View Full Code Here

TOP

Related Classes of com.vmware.bdd.service.job.SimpleStepExecutionListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.