示例#1
0
 /** this method is to do Force upload. */
 public void refresh() {
   updateLock.lock();
   try {
     detectiveOO7.refresh();
     updateLock.unlock();
     this.loadPropertiesFile();
   } catch (Exception iae) {
     logger.error("Refresh action can not be performed");
     logger.error("EXCEPTION", iae);
   } finally {
     detectiveOO7.unlock();
   }
 }