comparison src/alice/test/codesegment/TestRemoteAlice.java @ 19:e7867328a2fb

change execute() API
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Sun, 15 Jan 2012 17:57:05 +0900
parents bb075e103cd3
children 0bb03861b5cd
comparison
equal deleted inserted replaced
18:72dd27d952b0 19:e7867328a2fb
2 2
3 import java.io.IOException; 3 import java.io.IOException;
4 import java.net.InetSocketAddress; 4 import java.net.InetSocketAddress;
5 import java.nio.channels.SocketChannel; 5 import java.nio.channels.SocketChannel;
6 6
7 import alice.codesegment.CodeSegment;
8 import alice.daemon.AliceDaemon; 7 import alice.daemon.AliceDaemon;
9 import alice.daemon.Config; 8 import alice.daemon.Config;
10 import alice.daemon.Connection; 9 import alice.daemon.Connection;
11 import alice.datasegment.DataSegment; 10 import alice.datasegment.DataSegment;
12 import alice.datasegment.RemoteDataSegmentManager; 11 import alice.datasegment.RemoteDataSegmentManager;
42 e1.printStackTrace(); 41 e1.printStackTrace();
43 } 42 }
44 } 43 }
45 } while (connect); 44 } while (connect);
46 45
47 CodeSegment cs = new RemoteStartCodeSegment(); 46 new RemoteStartCodeSegment().execute();
48 cs.ids.execute();
49 } 47 }
50 48
51 } 49 }