Class BTMicroclusterAggregateUpdateHeader
java.lang.Object
overit.geocall.bl.BusinessTask<MicroclusterAggregateHeaderUpdateEvent>
overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.task.BTMicroclusterAggregateUpdateHeader
- All Implemented Interfaces:
Serializable,Tool
@Event(MicroclusterAggregateHeaderUpdateEvent.class)
public class BTMicroclusterAggregateUpdateHeader
extends BusinessTask<MicroclusterAggregateHeaderUpdateEvent>
Business task in order to update a
When the
BOMicroclusterAggregate header.
When the
MicroclusterAggregateHeaderUpdateEvent is launched the BT
notices the call and headers the BOMicroclusterAggregate basing on
the event's input. - See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(MicroclusterAggregateHeaderUpdateEvent 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
-
BTMicroclusterAggregateUpdateHeader
public BTMicroclusterAggregateUpdateHeader()
-
-
Method Details
-
body
protected void body(MicroclusterAggregateHeaderUpdateEvent 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<MicroclusterAggregateHeaderUpdateEvent>- 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
-