|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.quartz.ee.ejb.EJBInvokerJob
A Job
that invokes a method on an EJB.
Expects the following properties to be in the JobDataMap
when
it executes:
Constructor Summary | |
EJBInvokerJob()
|
Method Summary | |
void |
execute(JobExecutionContext context)
Called by the when a
fires that is associated with the
Job . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJBInvokerJob()
Method Detail |
public void execute(JobExecutionContext context) throws JobExecutionException
Job
Called by the
when a
Scheduler
fires that is associated with the
Trigger
Job
.
execute
in interface Job
JobExecutionException
- if there is an exception while executing
the job.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |