Mercurial > hg > Database > Alice
comparison 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 |
comparison
equal
deleted
inserted
replaced
29:414fcce36e90 | 30:b5a21baf0b07 |
---|---|
1 package alice.test.topology.ring; | |
2 | |
3 import alice.codesegment.CodeSegment; | |
4 | |
5 public class StartRing extends CodeSegment { | |
6 | |
7 @Override | |
8 public void run() { | |
9 CheckMyName cs = new CheckMyName(); | |
10 cs.host.setKey("local", "host"); | |
11 } | |
12 | |
13 } |