Class BTCleanPendingCriticalActivityDetectProcesses
java.lang.Object
overit.geocall.bl.BusinessTask<CleanPendingCriticalActivityDetectProcessesEvent>
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task.BTCleanPendingCriticalActivityDetectProcesses
- All Implemented Interfaces:
Serializable,Tool
@Event(CleanPendingCriticalActivityDetectProcessesEvent.class)
public class BTCleanPendingCriticalActivityDetectProcesses
extends BusinessTask<CleanPendingCriticalActivityDetectProcessesEvent>
Business task that cleans all the critical activity detect processes that are pending due to a node failure.
- Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(CleanPendingCriticalActivityDetectProcessesEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected LongcleanPendingDetectProcesses(PoolKit poolKit) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCleanPendingCriticalActivityDetectProcesses
public BTCleanPendingCriticalActivityDetectProcesses()
-
-
Method Details
-
body
protected void body(CleanPendingCriticalActivityDetectProcessesEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<CleanPendingCriticalActivityDetectProcessesEvent>- Parameters:
event- the object upon which the task will works onpoolKit- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
cleanPendingDetectProcesses
- Throws:
DAExceptionDAValidateException
-