org.apache.camel.component.spring.batch.support
Class CamelJobExecutionListener

java.lang.Object
  extended by org.apache.camel.component.spring.batch.support.CamelJobExecutionListener
All Implemented Interfaces:
org.springframework.batch.core.JobExecutionListener

public class CamelJobExecutionListener
extends Object
implements org.springframework.batch.core.JobExecutionListener


Nested Class Summary
static class CamelJobExecutionListener.EventType
           
 
Constructor Summary
CamelJobExecutionListener(org.apache.camel.ProducerTemplate producerTemplate, String endpointUri)
           
 
Method Summary
 void afterJob(org.springframework.batch.core.JobExecution jobExecution)
           
 void beforeJob(org.springframework.batch.core.JobExecution jobExecution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelJobExecutionListener

public CamelJobExecutionListener(org.apache.camel.ProducerTemplate producerTemplate,
                                 String endpointUri)
Method Detail

beforeJob

public void beforeJob(org.springframework.batch.core.JobExecution jobExecution)
Specified by:
beforeJob in interface org.springframework.batch.core.JobExecutionListener

afterJob

public void afterJob(org.springframework.batch.core.JobExecution jobExecution)
Specified by:
afterJob in interface org.springframework.batch.core.JobExecutionListener


Apache Camel