public class ProtocolListener extends Object implements org.springframework.batch.core.JobExecutionListener, org.springframework.core.Ordered
| Constructor and Description |
|---|
ProtocolListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterJob(org.springframework.batch.core.JobExecution jobExecution) |
void |
beforeJob(org.springframework.batch.core.JobExecution jobExecution) |
int |
getOrder() |
public void afterJob(org.springframework.batch.core.JobExecution jobExecution)
afterJob in interface org.springframework.batch.core.JobExecutionListenerpublic void beforeJob(org.springframework.batch.core.JobExecution jobExecution)
beforeJob in interface org.springframework.batch.core.JobExecutionListenerpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2018 codecentric AG. All rights reserved.