Class BTOssResponseLogSearch
java.lang.Object
overit.geocall.bl.BusinessTask<OssResponseLogSearchEvent>
overit.geocallapp.wfm.scheduling.bl.oss.response.task.BTOssResponseLogSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(OssResponseLogSearchEvent.class)
public class BTOssResponseLogSearch
extends BusinessTask<OssResponseLogSearchEvent>
Business task for searching OSS response logs.
- Since:
- 22.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(OssResponseLogSearchEvent event, PoolKit poolKit) Writes the searched OSS response logs into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTOssResponseLogSearch
public BTOssResponseLogSearch()
-
-
Method Details
-
body
protected void body(OssResponseLogSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the searched OSS response logs into the event journal.- Specified by:
bodyin classBusinessTask<OssResponseLogSearchEvent>- Parameters:
event- theOssResponseLogSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-