| |
|
| java.lang.Object org.ow2.easybeans.component.quartz.EasyBeansJob
EasyBeansJob | public class EasyBeansJob implements Job(Code) | | This class will receive a job execution context and then call the bean
method. The parameters are stored in the Job Execution Context
author: Florent Benoit |
Method Summary | |
public void | execute(JobExecutionContext context) Invoke the factory with the timer object. |
execute | public void execute(JobExecutionContext context) throws JobExecutionException(Code) | | Invoke the factory with the timer object.
Parameters: context - the context containing the stuff in order to call the Bean's factory and the associated timeout method. throws: JobExecutionException - if there is an exception while executingthe job. |
|
|
|