Class LazyTasksRunner

  • All Implemented Interfaces:
    Runnable

    public final class LazyTasksRunner
    extends TimerTask
    Run lazy tasks in DataService.
    • Constructor Detail

      • LazyTasksRunner

        public LazyTasksRunner​(DataService theDataService)
        Constructor
        Parameters:
        theDataService - DataService.
    • Method Detail

      • addLazyTask

        public void addLazyTask​(ObjectID objectID,
                                LazyTask lazyTask)
        Add lazy task
        Parameters:
        objectID - ID of the object
        lazyTask - Lazy task