comparison src/jungle/test/bbs/codesegment/PutHostLogCodeSegment.java @ 41:b8b9668da13c

implemented DistributeApp
author one
date Tue, 09 Jul 2013 17:37:09 +0900
parents 7e94de2d6bc0
children 4419ac56cbfd
comparison
equal deleted inserted replaced
40:7e94de2d6bc0 41:b8b9668da13c
10 10
11 public Receiver arg1 = ids.create(CommandType.TAKE); 11 public Receiver arg1 = ids.create(CommandType.TAKE);
12 12
13 public void run() { 13 public void run() {
14 Value v = (Value) arg1.getVal(); 14 Value v = (Value) arg1.getVal();
15 ods.put("remote", "hostLog", v); 15 ods.put("local", "hostLog", v);
16 PutHostLogCodeSegment cs = new PutHostLogCodeSegment(); 16 PutHostLogCodeSegment cs = new PutHostLogCodeSegment();
17 cs.arg1.setKey("local", "log"); 17 cs.arg1.setKey("local", "log");
18 } 18 }
19 } 19 }