|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.batch.api.listener.AbstractStepListener
public abstract class AbstractStepListener
The AbstractStepListener provides default implementations of less commonly implemented methods.
| Constructor Summary | |
|---|---|
AbstractStepListener()
|
|
| Method Summary | |
|---|---|
void |
afterStep()
Override this method if the StepListener will do something after the step ends. |
void |
beforeStep()
Override this method if the StepListener will do something before the step begins. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStepListener()
| Method Detail |
|---|
public void beforeStep()
throws java.lang.Exception
beforeStep in interface StepListenerjava.lang.Exception - (or subclass) if an error occurs.
public void afterStep()
throws java.lang.Exception
afterStep in interface StepListenerjava.lang.Exception - (or subclass) if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||