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