All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastScheduledTaskBase (org.spincast:spincast-framework 1.0.0 API)












org.spincast.plugins.scheduledtasks

Class SpincastScheduledTaskBase

  • java.lang.Object
    • org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
    • Constructor Detail

      • SpincastScheduledTaskBase

        public SpincastScheduledTaskBase()
    • Method Detail

      • execute

        public void execute(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Description copied from interface: SpincastScheduledTask
        The actions to run.
        Specified by:
        execute in interface org.quartz.Job
        Specified by:
        execute in interface SpincastScheduledTask
        Throws:
        org.quartz.JobExecutionException
      • executeSafe

        protected abstract void executeSafe(org.quartz.JobExecutionContext context)
        To override to implement the actual ScheduledTask action.

        Will only be called if the ScheduledTask isn't already running.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy