Mercurial > hg > Database > jungle-network
comparison src/jungle/test/codesegment/remote/HostCodeSegment.java @ 40:7e94de2d6bc0
add PutAnotherLogCodeSegment, PutHostLogCodeSegment
author | one |
---|---|
date | Tue, 09 Jul 2013 17:32:06 +0900 |
parents | 10359a815068 |
children |
comparison
equal
deleted
inserted
replaced
39:10359a815068 | 40:7e94de2d6bc0 |
---|---|
8 | 8 |
9 Receiver arg1 = ids.create(CommandType.TAKE); | 9 Receiver arg1 = ids.create(CommandType.TAKE); |
10 | 10 |
11 public void run() { | 11 public void run() { |
12 System.out.println("--HostCodeSegment--"); | 12 System.out.println("--HostCodeSegment--"); |
13 System.out.println("index : "+ arg1.index); | |
14 System.out.println("from : "+ arg1.from); | |
13 int num = arg1.asInteger(); | 15 int num = arg1.asInteger(); |
14 System.out.println("num : "+ num); | 16 System.out.println("num : "+ num); |
15 num++; | 17 num++; |
16 ods.put("local", "num", num); | 18 ods.put("local", "num", num); |
17 System.exit(0); | 19 System.exit(0); |