Class ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, 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.
    • Constructor Detail

      • ScheduledPersistedActionServiceBootstrap

        public ScheduledPersistedActionServiceBootstrap()
    • Method Detail

      • 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