Package overit.geocall.da
Class RRTask
java.lang.Object
overit.geocall.da.DATask
overit.geocall.da.RRTask
- All Implemented Interfaces:
Serializable,Runnable,Identified,Tool
- Direct Known Subclasses:
DATRunAIAlgorithm
This abstract class, that extends the
DATask, must be extended to create a task that perform
operation on a Getter request and returns as a result an HashGetter response- See Also:
-
Field Summary
FieldsFields inherited from class overit.geocall.da.DATask
_usedConnections, _usedCouriers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the responsevoidsetRequest(Getter r) Sets the requestMethods inherited from class overit.geocall.da.DATask
body, commit, deliverCourier, getConnection, getDA, getIdentity, getServiceConnection, holdFactoryCourier, holdUserCourier, releaseConnection, rollback, run, setIdentity, start, startInBackground, synchronizeOn
-
Field Details
-
_request
-
_response
-
-
Constructor Details
-
RRTask
public RRTask()
-
-
Method Details
-
setRequest
Sets the request- Parameters:
r- TheGetterthat defines the request for the task
-
getResponse
Returns the response- Returns:
- The
HashGetterthat represents the response of the task
-