|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.AbstractJoblet
public abstract class AbstractJoblet
| Constructor Summary | |
|---|---|
AbstractJoblet()
|
|
| Method Summary | |
|---|---|
void |
execute(org.quartz.JobExecutionContext jec)
The method called by the quartz Scheduler to execute the
Joblet. |
protected abstract void |
run(Bundle b)
The method where the action of the Joblet takes place,
actually. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractJoblet()
| Method Detail |
|---|
public final void execute(org.quartz.JobExecutionContext jec)
throws org.quartz.JobExecutionException
Scheduler to execute the
Joblet.
execute in interface org.quartz.Jobjec - the JobExecutionContext is created for every
execution of the Joblet and contains the
Bundle the Joblet is executed for
org.quartz.JobExecutionException - if an Exception is thrown while executing the
JobletJob.execute(org.quartz.JobExecutionContext)protected abstract void run(Bundle b)
Joblet takes place,
actually.
b - the Bundle the Joblet is executed
for or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||