Class MissingContextInstanceRecoveryRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    public class MissingContextInstanceRecoveryRunnable
    extends ContextInstanceServiceBase
    implements java.lang.Runnable
    • Constructor Detail

      • MissingContextInstanceRecoveryRunnable

        public MissingContextInstanceRecoveryRunnable​(java.lang.String queueDirectory,
                                                      org.ikasan.spec.scheduled.instance.service.ScheduledContextInstanceService scheduledContextInstanceService,
                                                      org.ikasan.spec.scheduled.job.service.JobInitiationService jobInitiationService,
                                                      org.ikasan.spec.metadata.ModuleMetaDataService moduleMetadataService,
                                                      org.ikasan.spec.scheduled.job.service.InternalEventDrivenJobService internalEventDrivenJobService,
                                                      org.ikasan.spec.scheduled.instance.service.ContextParametersInstanceService contextParametersInstanceService,
                                                      org.ikasan.spec.scheduled.instance.service.ContextInstancePublicationService contextInstancePublicationService,
                                                      org.ikasan.spec.scheduled.joblock.service.JobLockCacheService jobLockCacheService,
                                                      org.ikasan.spec.scheduled.context.service.ScheduledContextService scheduledContextService,
                                                      org.ikasan.spec.scheduled.context.model.ScheduledContextRecord scheduledContextRecord,
                                                      org.ikasan.spec.scheduled.instance.service.SchedulerJobInstanceService schedulerJobInstanceService,
                                                      org.ikasan.spec.scheduled.event.service.ContextInstanceStateChangeEventBroadcaster contextInstanceStateChangeEventBroadcaster,
                                                      org.ikasan.spec.scheduled.event.service.SchedulerJobStateChangeEventBroadcaster schedulerJobStateChangeEventBroadcaster,
                                                      org.ikasan.spec.scheduled.joblock.service.JobLockCacheInitialisationService jobLockCacheInitialisationService,
                                                      org.ikasan.job.orchestration.context.register.ContextInstanceSchedulerService contextInstanceSchedulerService,
                                                      org.ikasan.job.orchestration.context.util.TimeService timeService)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable