|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.integration.job.StepExecutionMessageHandler
@MessageEndpoint public class StepExecutionMessageHandler
| Constructor Summary | |
|---|---|
StepExecutionMessageHandler()
|
|
| Method Summary | |
|---|---|
JobExecutionRequest |
handle(JobExecutionRequest request)
|
void |
setJobRepository(org.springframework.batch.core.repository.JobRepository jobRepository)
Public setter for the JobRepository that is needed to manage the
state of the batch meta domain (jobs, steps, executions) during the life
of a job. |
void |
setStep(org.springframework.batch.core.Step step)
Public setter for the Step. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StepExecutionMessageHandler()
| Method Detail |
|---|
public void setStep(org.springframework.batch.core.Step step)
Step.
step - the step to setpublic void setJobRepository(org.springframework.batch.core.repository.JobRepository jobRepository)
JobRepository that is needed to manage the
state of the batch meta domain (jobs, steps, executions) during the life
of a job.
jobRepository - @ServiceActivator public JobExecutionRequest handle(JobExecutionRequest request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||