Package fr.becpg.repo.batch
Class BatchStepAdapter
java.lang.Object
fr.becpg.repo.batch.BatchStepAdapter
- All Implemented Interfaces:
BatchStepListener
BatchStepAdapter class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterStep.voidbeforeStep.voidonError.
-
Constructor Details
-
BatchStepAdapter
public BatchStepAdapter()
-
-
Method Details
-
beforeStep
public void beforeStep()beforeStep.
- Specified by:
beforeStepin interfaceBatchStepListener
-
afterStep
public void afterStep()afterStep.
- Specified by:
afterStepin interfaceBatchStepListener
-
onError
onError.
- Specified by:
onErrorin interfaceBatchStepListener- Parameters:
lastErrorEntryId- aStringobjectlastError- aStringobject
-