Class BTConfigurationCacheLoad
java.lang.Object
overit.geocall.bl.BusinessTask<ConfigurationCacheLoadEvent>
overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task.BTConfigurationCacheLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(ConfigurationCacheLoadEvent.class)
public class BTConfigurationCacheLoad
extends BusinessTask<ConfigurationCacheLoadEvent>
Business task to load a
When the
ConfigurationCacheLoadEvent object. When the
ConfigurationCacheLoadEvent event is launched the BT notices the
call and load the BTConfigurationCacheLoad object basing on the event's input. - Since:
- 18.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ConfigurationCacheLoadEvent configuratioCacheLoadEvent, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected LonggetAutomaticSchedulingRestartTimeInterval(Long operationCenter) protected voidsetCalculationSummaryMode(Long operationCenter, ConfigurationCache output, PooledConnection conn) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTConfigurationCacheLoad
public BTConfigurationCacheLoad()
-
-
Method Details
-
body
protected void body(ConfigurationCacheLoadEvent configuratioCacheLoadEvent, 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<ConfigurationCacheLoadEvent>- Parameters:
configuratioCacheLoadEvent- 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
-
getAutomaticSchedulingRestartTimeInterval
-
setCalculationSummaryMode
protected void setCalculationSummaryMode(Long operationCenter, ConfigurationCache output, PooledConnection conn)
-