org.alfresco.repo.action.scheduled
Class ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap
java.lang.Object
org.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.repo.action.scheduled.ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap
- All Implemented Interfaces:
- java.util.EventListener, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener
- Enclosing class:
- ScheduledPersistedActionServiceImpl
public static class ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap
- extends org.springframework.extensions.surf.util.AbstractLifecycleBean
This is used to trigger the loading of previously persisted schedules on
an application startup. It is an additional bean to make the context
files cleaner.
Fields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
log |
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 |
ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap
public ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap()
setScheduledPersistedActionService
public void setScheduledPersistedActionService(ScheduledPersistedActionServiceImpl scheduledPersistedActionService)
setTransactionHelper
public void setTransactionHelper(RetryingTransactionHelper txnHelper)
onBootstrap
public void onBootstrap(org.springframework.context.ApplicationEvent event)
- Specified by:
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
onShutdown
public void onShutdown(org.springframework.context.ApplicationEvent event)
- Specified by:
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.