dekoh.portal.fwk.importer
Interface ImportService
- All Known Implementing Classes:
- ImportServiceImpl
public interface ImportService
ImportService interface has ImportServce management methods.The ScanObserver registers itself
with ImportServcie. ImportService on scaning a file decided by ImportConfig
gives call backs to the registereed ScanObserver
- Since:
- Nov 14, 2006
start
ImportProgressObject start(ImportContext importContext)
start
ImportProgressObject start(ImportContext importContext,
ImportProgressObject importProgressObject)
registerObserver
void registerObserver(ScanObserver scanObserver)
getLastImportTime
long getLastImportTime()
- Returns:
- -1 if this import service was never triggered otherwise the time when import was last run.
© 2009 Pramati Technologies - Dekoh - Portal for Developers