07-19-2012 06:11 AM
08-03-2012 02:18 AM
/**
* Interface to be implemented by a MessageDriven bean handling the execution of
* a job.
*
* @author Daniel Meyer
*
*/
public interface JobExecutionHandler {
public void executeJob(String jobId, CommandExecutor commandExecutor);
}
08-03-2012 04:44 AM
08-04-2012 03:48 PM
08-06-2012 03:35 AM
08-06-2012 04:58 AM
08-03-2014 11:40 AM
08-06-2012 03:29 PM
08-06-2012 08:11 PM
08-07-2012 12:40 AM
08-07-2012 02:26 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.