Interface JobExecutionHandler
-
- All Known Implementing Classes:
JobExecutionHandlerMDB
public interface JobExecutionHandler
Interface to be implemented by a MessageDriven bean handling the execution of a job.- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobFailureCollector
executeJob(String job, CommandExecutor commandExecutor)
-
-
-
Method Detail
-
executeJob
JobFailureCollector executeJob(String job, CommandExecutor commandExecutor)
-
-