Class AsyncFetchDataJob
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.commercial.sync.components.AsyncFetchDataJob
-
- All Implemented Interfaces:
Runnable
,DetailedJob
public class AsyncFetchDataJob extends Object implements DetailedJob
- Author:
- Hardy Ryan Chingal Martinez <ryan.chingal@neotropic.co>
-
-
Constructor Summary
Constructors Constructor Description AsyncFetchDataJob(AbstractSyncProvider syncProvider, SyncDataSourceConfiguration dataSourceConfiguration, LoggingService log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getProgress()
void
run()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neotropic.kuwaiba.modules.commercial.sync.components.DetailedJob
getJobName, getState
-
-
-
-
Constructor Detail
-
AsyncFetchDataJob
public AsyncFetchDataJob(AbstractSyncProvider syncProvider, SyncDataSourceConfiguration dataSourceConfiguration, LoggingService log)
-
-
Method Detail
-
getProgress
public float getProgress()
- Specified by:
getProgress
in interfaceDetailedJob
-
-