Mercurial > hg > Members > sugi > javafx
diff src/alice/test/topology/aquarium/fx/OtherNode.java @ 18:4e5507afb41f
"MAXSIZE" change automatically
author | e095732 |
---|---|
date | Mon, 04 Feb 2013 01:23:24 +0900 (2013-02-03) |
parents | e027d228c455 |
children |
line wrap: on
line diff
--- a/src/alice/test/topology/aquarium/fx/OtherNode.java Sun Feb 03 18:34:16 2013 +0900 +++ b/src/alice/test/topology/aquarium/fx/OtherNode.java Mon Feb 04 01:23:24 2013 +0900 @@ -18,11 +18,13 @@ public void run() { ods.put("local", "list", new RoutingTable("parent")); new RegistRoutingTable(); + ods.put("local", "MAXSIZE", 800); ods.put("parent", "member", "ADD_MEM"); - + ods.put("parent", "CHILD", "ADD"); int startX = data1.asInteger() * data2.asInteger(); ods.put("local", "startX", startX); - + new SendMessage(); + new Share("MAXSIZE"); Aquarium aqua = new Aquarium(); aqua.run(); }