Class SchedulerStarterBean

java.lang.Object
org.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.util.SchedulerStarterBean
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener

public class SchedulerStarterBean extends org.springframework.extensions.surf.util.AbstractLifecycleBean
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.apache.commons.logging.Log
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.quartz.Scheduler
     
    protected void
    onBootstrap(org.springframework.context.ApplicationEvent event)
     
    protected void
    onShutdown(org.springframework.context.ApplicationEvent event)
     
    void
    setScheduler(org.quartz.Scheduler scheduler)
     

    Methods inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean

    getApplicationContext, onApplicationEvent, setApplicationContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static final org.apache.commons.logging.Log log
  • Constructor Details

    • SchedulerStarterBean

      public SchedulerStarterBean()
  • Method Details

    • onBootstrap

      protected void onBootstrap(org.springframework.context.ApplicationEvent event)
      Specified by:
      onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBean
    • onShutdown

      protected void onShutdown(org.springframework.context.ApplicationEvent event)
      Specified by:
      onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBean
    • getScheduler

      public org.quartz.Scheduler getScheduler()
    • setScheduler

      public void setScheduler(org.quartz.Scheduler scheduler)