org.alfresco.util
Class SchedulerStarterBean
java.lang.Object
org.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.util.SchedulerStarterBean
- All Implemented Interfaces:
- java.util.EventListener, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener
public class SchedulerStarterBean
- extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Method Summary |
org.quartz.Scheduler |
getScheduler()
|
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 |
log
protected static final org.apache.commons.logging.Log log
SchedulerStarterBean
public SchedulerStarterBean()
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)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.