开发者

quartz-scheduler

0
  • cannot initialize Quartz Scheduler in Spring

    I\'m trying to use Quartz 1.8.5 (and I also tried Quartz2.0 - same issue) with Spring 3.0.0. However, I do not want to use Spring\'s utility wrappers for Quartz schedulers, triggers, jobs...[详细]

    2023-03-17 16:22 分类:问答
  • pausing job execution based on total number of jobs executed - quartz

    Is it possible to change the CronTrigger state to WAITING or to some other value which stops the job execution till next day? I can pause the trigger which will stop开发者_运维问答 job execution but t[详细]

    2023-03-17 03:44 分类:问答
  • Quartz + Struts

    I hav开发者_Go百科e a web application that using Struts + Spring + Hibernate. In this application I am getting data from a remote server in XML format, and write it to the database, when someone acces[详细]

    2023-03-16 22:29 分类:问答
  • How to prevent concurrent execution of a job in Grails?

    I have a quartz job in grails, that needs to be executed in every 5s, but I need this sequentially. In some situations the execution of the job exceeds this 5s, in this case I dont\'t want to be execu[详细]

    2023-03-15 08:54 分类:问答
  • Quartz on a webapp - scheduler does not stop

    I have a webapp running on weblogic that runs a S开发者_JS百科cheduler on a ServletContextListener.[详细]

    2023-03-14 22:38 分类:问答
  • how to set a name for a TriggerListener?

    i couldn\'t find the method that sets the triggerListener name. but i get the Exception: org.quartz.SchedulerException: TriggerListener \'wavemark.interfaceserver.interfaceengine.action.EngineListene[详细]

    2023-03-14 05:24 分类:问答
  • Sending Emails Via Quartz Job

    I need to send emails to users a week after they register.What would be the better way: Scheduling a Quartz job that runs daily and gets all emails of users registered a week ago.[详细]

    2023-03-13 11:29 分类:问答
  • Multiple scheduler with Grails Quartz plugin

    I have an application u开发者_高级运维sing Grails Quartz plugin. I need to have two jobs to have multiple instances running, but have separate limitation on number of threads to be used for each job.[详细]

    2023-03-13 10:21 分类:问答
  • Quartz HelloJob

    I am new to Quartz and I\'m running into a compiling error. I am simply trying to get the HelloJob to run based on Quartz\'s Lesson 1 for Hello World. I am having trouble declaring a JobDetail with th[详细]

    2023-03-11 22:49 分类:问答
  • Quartz.Net trigger event

    I have my own 开发者_开发百科ITrigger. Basically, it looks like the below: public interface ITrigger : IDisposable[详细]

    2023-03-11 04:30 分类:问答