Class ImportEntryArchiveManager
- java.lang.Object
-
- org.openbravo.service.importprocess.ImportEntryArchiveManager
-
@ApplicationScoped public class ImportEntryArchiveManager extends Object
Class responsible for movingImportEntry
objects to theImportEntryArchive
table. Works currently with a hard coded interval of 1 hour, so every hour processed import entries are moved to the archive .- Author:
- mtaal
-
-
Constructor Summary
Constructors Constructor Description ImportEntryArchiveManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportEntryArchiveManager
getInstance()
void
shutdown()
void
start()
-
-
-
Method Detail
-
getInstance
public static ImportEntryArchiveManager getInstance()
-
start
public void start()
-
shutdown
public void shutdown()
-
-