Package org.corrib.treemaps.caching

Examples of org.corrib.treemaps.caching.CachingBookmarksService.submitTask()


          CachingBookmarksService cbs = new CachingBookmarksService(
              this.bookmarking, _posts, false);

          // System.out.println("Adding posts to db");
          FutureTask<?> taskBkmrk = cbs.submitTask();

          // wait for completition
          taskBkmrk.get();

          // Thread.sleep(5000);
View Full Code Here


          this.setMessage(_posts.size()+" bookmarks fetched. Adding to database...");
         
          CachingBookmarksService cbs = new CachingBookmarksService(this.bookmarking, _posts, false);
         
          //System.out.println("Adding posts to db");
          FutureTask<?> taskBkmrk = cbs.submitTask();
         
          //wait for completition
          taskBkmrk.get();
         
          //Thread.sleep(8000);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.