Package overit.geocall.basic.ui
Class StaticView.SVTask
java.lang.Object
overit.geocall.da.DATask
overit.geocall.basic.ui.StaticView.SVTask
- All Implemented Interfaces:
Serializable,Runnable,Identified,Tool
- Enclosing class:
StaticView
- See Also:
-
Field Summary
FieldsFields inherited from class overit.geocall.da.DATask
_usedConnections, _usedCouriers -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.da.DATask
commit, deliverCourier, getConnection, getDA, getIdentity, getServiceConnection, holdFactoryCourier, holdUserCourier, releaseConnection, rollback, run, setIdentity, start, startInBackground, synchronizeOn
-
Field Details
-
_ddd
-
-
Constructor Details
-
SVTask
protected SVTask()
-
-
Method Details
-
getDBView
-
body
Description copied from class:DATaskAbstract method, that must be implemented, that represent the start point of the task. The method contains the application logic of the specific task.- Specified by:
bodyin classDATask- Throws:
DAException- If there is a (blocking) data-access error, a DAException is thrown to the caller
-