Uses of Class
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.BOImmediateSchedulingLastProcessing
Packages that use BOImmediateSchedulingLastProcessing
Package
Description
-
Uses of BOImmediateSchedulingLastProcessing in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing with parameters of type BOImmediateSchedulingLastProcessingModifier and TypeMethodDescriptionvoidImmediateSchedulingProcessingHelper.updateProcessingState(BOImmediateSchedulingLastProcessing lastProcessing, Long state, Exception exception, Date endDate, PoolKit poolKit) Updates the processing state for both last processing and history records.voidImmediateSchedulingProcessingHelper.writeTrackingRecord(BOImmediateSchedulingLastProcessing lastProcessing, Date endDate, PoolKit poolKit) Writes the tracking record with the processing end date. -
Uses of BOImmediateSchedulingLastProcessing in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.event with parameters of type BOImmediateSchedulingLastProcessingModifierConstructorDescription -
Uses of BOImmediateSchedulingLastProcessing in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.task with parameters of type BOImmediateSchedulingLastProcessingModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingLastProcessingInsert.validateInput(BOImmediateSchedulingLastProcessing immediateSchedulingLastProcessing, PoolKit poolKit) protected voidBTImmediateSchedulingLastProcessingUpdate.validateInput(BOImmediateSchedulingLastProcessing immediateSchedulingLastProcessing, PoolKit poolKit) -
Uses of BOImmediateSchedulingLastProcessing in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task that return BOImmediateSchedulingLastProcessingModifier and TypeMethodDescriptionprotected BOImmediateSchedulingLastProcessingBTImmediateSchedulingEnqueue.getLastProcessing(Long operationCenter, Long schedulingModel, PoolKit poolKit) Get the last processing for the given operation center and scheduling model.Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task that return types with arguments of type BOImmediateSchedulingLastProcessingModifier and TypeMethodDescriptionprotected List<BOImmediateSchedulingLastProcessing> BTImmediateSchedulingLaunch.searchPendingProcessings(PoolKit poolKit) Searches for all processing records in TO_BE_PROCESSED state.Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task with parameters of type BOImmediateSchedulingLastProcessingModifier and TypeMethodDescriptionprotected LongBTImmediateSchedulingEnqueue.createHistory(BOImmediateSchedulingLastProcessing processing, PoolKit poolKit) Create a new history record for the processing.protected booleanBTImmediateSchedulingEnqueue.isProcessingDead(BOImmediateSchedulingLastProcessing processing, Date now) Checks if a processing is considered dead (timeout expired).