diff src/alice/test/topology/ring/StartRing.java @ 30:b5a21baf0b07

implements RingTopology
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Jan 2012 16:13:03 +0900
parents
children 1a498f436332
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/alice/test/topology/ring/StartRing.java	Tue Jan 17 16:13:03 2012 +0900
@@ -0,0 +1,13 @@
+package alice.test.topology.ring;
+
+import alice.codesegment.CodeSegment;
+
+public class StartRing extends CodeSegment {
+
+	@Override
+	public void run() {
+		CheckMyName cs = new CheckMyName();
+		cs.host.setKey("local", "host");
+	}
+
+}