org.alfresco.repo.jscript
Class ExecuteScriptJob

java.lang.Object
  extended by org.alfresco.repo.jscript.ExecuteScriptJob
All Implemented Interfaces:
org.quartz.Job

public class ExecuteScriptJob
extends java.lang.Object
implements org.quartz.Job

Quartz job that executes a scheduled JS script.


Constructor Summary
ExecuteScriptJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Executes the scheduled script
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteScriptJob

public ExecuteScriptJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Executes the scheduled script

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException
See Also:
Job.execute(org.quartz.JobExecutionContext)


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