comparison src/alice/topology/manager/keeparive/PingScheduler.java @ 308:a8255a831ade

implement ping api
author sugi
date Tue, 19 Nov 2013 17:39:44 +0900
parents 72739519cc39
children 797267843126
comparison
equal deleted inserted replaced
307:52bb813ed52e 308:a8255a831ade
57 if (nowTask.getSleepTime()!=0) 57 if (nowTask.getSleepTime()!=0)
58 this.wait(nowTask.getSleepTime()); 58 this.wait(nowTask.getSleepTime());
59 if (interruptFlag){ 59 if (interruptFlag){
60 interruptFlag = false; 60 interruptFlag = false;
61 } else { 61 } else {
62 //ods.put("_SENDPING", nowTask); 62 ods.put("_SENDPING", nowTask.getManagerKey());
63 } 63 }
64 } 64 }
65 } catch (InterruptedException e) { 65 } catch (InterruptedException e) {
66 } 66 }
67 } 67 }