Mercurial > hg > Database > Alice
comparison src/alice/topology/node/ConfigurationFinish.java @ 36:0b25b48116b6
DistributedFish share width each other (not work)
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 20 Jan 2012 18:40:02 +0900 |
parents | ac3b48c5f4da |
children | 3155337e754e |
comparison
equal
deleted
inserted
replaced
35:ac3b48c5f4da | 36:0b25b48116b6 |
---|---|
19 @Override | 19 @Override |
20 public void run() { | 20 public void run() { |
21 if (reverseCount.val.equals(configNodeNum.val)) { | 21 if (reverseCount.val.equals(configNodeNum.val)) { |
22 ods.put("manager", "done", ValueFactory.createNilValue()); | 22 ods.put("manager", "done", ValueFactory.createNilValue()); |
23 | 23 |
24 System.out.println("Configuration finished"); | |
25 | |
26 Start cs = new Start(clazz); | 24 Start cs = new Start(clazz); |
27 cs.done.setKey("manager", "start"); | 25 cs.done.setKey("manager", "start"); |
28 | 26 |
29 return; | 27 return; |
30 } | 28 } |