org.springframework.batch.integration.launch
Class JobLaunchRequest

java.lang.Object
  extended by org.springframework.batch.integration.launch.JobLaunchRequest

public class JobLaunchRequest
extends java.lang.Object

Encapsulation of a Job and its JobParameters forming a request for a job to be launched.

Author:
Dave Syer

Constructor Summary
JobLaunchRequest(org.springframework.batch.core.Job job, org.springframework.batch.core.JobParameters jobParameters)
           
 
Method Summary
 org.springframework.batch.core.Job getJob()
           
 org.springframework.batch.core.JobParameters getJobParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobLaunchRequest

public JobLaunchRequest(org.springframework.batch.core.Job job,
                        org.springframework.batch.core.JobParameters jobParameters)
Parameters:
job -
jobParameters -
Method Detail

getJob

public org.springframework.batch.core.Job getJob()
Returns:
the Job to be executed

getJobParameters

public org.springframework.batch.core.JobParameters getJobParameters()
Returns:
the JobParameters for this request


Copyright © 2009. All Rights Reserved.