org.springframework.batch.integration.launch
Interface JobLaunchRequestHandler

All Known Implementing Classes:
JobLaunchingMessageHandler

public interface JobLaunchRequestHandler

Interface for handling a JobLaunchRequest and returning a JobExecution.

Author:
Dave Syer

Method Summary
 JobExecution launch(JobLaunchRequest request)
           
 

Method Detail

launch

JobExecution launch(JobLaunchRequest request)
                    throws JobExecutionException
Throws:
JobExecutionException


Copyright © 2011. All Rights Reserved.