public abstract class JobAction extends JobContainer
| Constructor and Description |
|---|
JobAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Override and place any code in here that should be called no matter what after the Job runs or throws an exception.
|
abstract void |
doRun()
Implement this method.
|
void |
run()
Call this method to start the Action
|
checkTerminated, destroyContext, getJobContext, initContextContainer, setTerminatepublic void run()
public void cleanup()
public abstract void doRun()
Copyright © 2011–2017 Knowm Inc.. All rights reserved.