org.alfresco.repo.action.scheduled
Class ScheduledPersistedActionServiceTest.TestJob

java.lang.Object
  extended by org.alfresco.repo.action.scheduled.ScheduledPersistedActionServiceTest.TestJob
All Implemented Interfaces:
org.quartz.Job, org.springframework.context.ApplicationContextAware
Enclosing class:
ScheduledPersistedActionServiceTest

public static class ScheduledPersistedActionServiceTest.TestJob
extends java.lang.Object
implements org.quartz.Job, org.springframework.context.ApplicationContextAware

For unit testing only - not thread safe!


Constructor Summary
ScheduledPersistedActionServiceTest.TestJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext paramJobExecutionContext)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledPersistedActionServiceTest.TestJob

public ScheduledPersistedActionServiceTest.TestJob()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

execute

public void execute(org.quartz.JobExecutionContext paramJobExecutionContext)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


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