|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.component.quartz.EasyBeansJob
public class EasyBeansJob
This class will receive a job execution context and then call the bean method. The parameters are stored in the Job Execution Context
Constructor Summary | |
---|---|
EasyBeansJob()
|
Method Summary | |
---|---|
void |
execute(org.quartz.JobExecutionContext context)
Invoke the factory with the timer object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasyBeansJob()
Method Detail |
---|
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
context
- the context containing the stuff in order to call the Bean's factory and the associated timeout method.
org.quartz.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 |