info.magnolia.module.scheduler
Class StatefulCommandJob

java.lang.Object
  extended by info.magnolia.module.scheduler.CommandJob
      extended by info.magnolia.module.scheduler.StatefulCommandJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob

public class StatefulCommandJob
extends CommandJob
implements org.quartz.StatefulJob

A simple subclass of CommandJob which implements the StatefulJob marker interface, allowing the non-concurrent execution of jobs.


Field Summary
 
Fields inherited from class info.magnolia.module.scheduler.CommandJob
ERROR, SUCCESS
 
Constructor Summary
StatefulCommandJob()
          Deprecated. since 2.1, please use #StatefulCommandJob(MessagesManager) instead.
StatefulCommandJob(info.magnolia.ui.framework.message.MessagesManager messagesManager, info.magnolia.i18nsystem.SimpleTranslator i18n)
           
 
Method Summary
 
Methods inherited from class info.magnolia.module.scheduler.CommandJob
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.quartz.Job
execute
 

Constructor Detail

StatefulCommandJob

@Inject
public StatefulCommandJob(info.magnolia.ui.framework.message.MessagesManager messagesManager,
                                 info.magnolia.i18nsystem.SimpleTranslator i18n)

StatefulCommandJob

@Deprecated
public StatefulCommandJob()
Deprecated. since 2.1, please use #StatefulCommandJob(MessagesManager) instead.



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.