Class NotSoSimpleJob

  • All Implemented Interfaces:
    org.apache.avalon.framework.service.Serviceable, org.quartz.Job

    public class NotSoSimpleJob
    extends Object
    implements org.quartz.Job, org.apache.avalon.framework.service.Serviceable
    Author:
    Leandro Rodrigo Saad Cruz
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException
        See Also:
        Job.execute(org.quartz.JobExecutionContext)
      • service

        public void service​(org.apache.avalon.framework.service.ServiceManager manager)
                     throws org.apache.avalon.framework.service.ServiceException
        This method is called by ComposableJobListenerWrapper.jobToBeExecuted
        Specified by:
        service in interface org.apache.avalon.framework.service.Serviceable
        Throws:
        org.apache.avalon.framework.service.ServiceException
        See Also:
        Composable.compose(org.apache.avalon.framework.component.ComponentManager)
      • reset

        public static void reset()