Package overit.geocall.basic.bl.wsc.task
Class BTPageGeneration
java.lang.Object
overit.geocall.bl.BusinessTask<PageGenerationEvent>
overit.geocall.basic.bl.wsc.task.BTPageGeneration
- All Implemented Interfaces:
Serializable,Tool
@Event(PageGenerationEvent.class)
public class BTPageGeneration
extends BusinessTask<PageGenerationEvent>
BusinessTask<PageGenerationEvent> to handle a PageGenerationEvent when it is triggered.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(PageGenerationEvent pageGenerationEvent, 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
-
Field Details
-
CLIENT_PIPE_ENDPOINT
- See Also:
-
CLIENT_PIPE_ENDPOINT_JS
- See Also:
-
PAGE_GENERATION_EVENT_CANNOT_BE_NULL
- See Also:
-
-
Constructor Details
-
BTPageGeneration
public BTPageGeneration()
-
-
Method Details
-
body
protected void body(PageGenerationEvent pageGenerationEvent, 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<PageGenerationEvent>- Parameters:
pageGenerationEvent- 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
-