Class MissingContextInstanceRecoveryRunnable
- java.lang.Object
-
- org.ikasan.orchestration.service.context.ContextInstanceServiceBase
-
- org.ikasan.orchestration.service.context.recovery.MissingContextInstanceRecoveryRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
public class MissingContextInstanceRecoveryRunnable extends ContextInstanceServiceBase implements java.lang.Runnable
-
-
Field Summary
-
Fields inherited from class org.ikasan.orchestration.service.context.ContextInstanceServiceBase
contextInstancePublicationService, contextInstanceSchedulerService, contextInstanceStateChangeEventBroadcaster, contextParametersInstanceService, internalEventDrivenJobService, jobInitiationService, jobLockCacheInitialisationService, jobLockCacheService, moduleMetadataService, objectMapper, queueDirectory, scheduledContextInstanceService, scheduledContextService, schedulerJobInstanceService, schedulerJobStateChangeEventBroadcaster, timeService
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.ikasan.orchestration.service.context.ContextInstanceServiceBase
findPrepared, initialiseContextMachine, prepareContextInstance, prepareFutureContextInstance, removeAgentInstances, removeAllContextInstancesFromAgent, removeAllPrepared, removeContextInstance, saveContextInstance
-
-
-
-
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)
-
-