Class BTMicroclusterAggregateLoad
java.lang.Object
overit.geocall.bl.BusinessTask<MicroclusterAggregateLoadEvent>
overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.task.BTMicroclusterAggregateLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(MicroclusterAggregateLoadEvent.class)
public class BTMicroclusterAggregateLoad
extends BusinessTask<MicroclusterAggregateLoadEvent>
Business task in order to load a
When the
BOMicroclusterAggregate. When the
MicroclusterAggregateLoadEvent is launched the BT notices
the call and loads the BOMicroclusterAggregate basing on the event's
input. - See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(MicroclusterAggregateLoadEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTMicroclusterAggregateLoad
public BTMicroclusterAggregateLoad()
-
-
Method Details
-
body
protected void body(MicroclusterAggregateLoadEvent event, PoolKit pk) 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<MicroclusterAggregateLoadEvent>- Parameters:
event- the object upon which the task will works onpk- 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
-