org.alfresco.repo.action.scheduled
Class AbstractScheduledAction.JobDefinition

java.lang.Object
  extended by org.alfresco.repo.action.scheduled.AbstractScheduledAction.JobDefinition
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
AbstractScheduledAction

public static class AbstractScheduledAction.JobDefinition
extends java.lang.Object
implements org.quartz.Job

Job definition to run scheduled action


Constructor Summary
AbstractScheduledAction.JobDefinition()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext ctx)
          Execute the job
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScheduledAction.JobDefinition

public AbstractScheduledAction.JobDefinition()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext ctx)
             throws org.quartz.JobExecutionException
Execute the job

Specified by:
execute in interface org.quartz.Job
Parameters:
ctx -
Throws:
org.quartz.JobExecutionException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.