Class BTMeterStateLoad
java.lang.Object
overit.geocall.bl.BusinessTask<MeterStateLoadEvent>
overit.geocallapp.wfm.core.bl.technicalobject.meter.state.task.BTMeterStateLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(MeterStateLoadEvent.class)
public class BTMeterStateLoad
extends BusinessTask<MeterStateLoadEvent>
Business task in order to load a
When the
BOMeterState. When the
MeterStateLoadEvent is launched
the BT notices the call and loads the BOMeterState basing on the event's input. - meter state id
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(MeterStateLoadEvent event, PoolKit pk) Writes the loaded meter state into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTMeterStateLoad
public BTMeterStateLoad()
-
-
Method Details
-
body
Writes the loaded meter state into the event journal.- Specified by:
bodyin classBusinessTask<MeterStateLoadEvent>- Parameters:
event- theMeterStateLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-