comparison src/jungle/test/bbs/codesegment/ChildLogCheckCodeSegment.java @ 53:f47a02368099

implemented timestamp in DefaultTreeOperationLogContainer
author one
date Sun, 14 Jul 2013 16:13:37 +0900
parents 61b2de3f7730
children ccfe9b5e8f11
comparison
equal deleted inserted replaced
52:61b2de3f7730 53:f47a02368099
55 throw new IllegalStateException(); 55 throw new IllegalStateException();
56 } 56 }
57 HashSetDataSegment ds = hashLog.asClass(HashSetDataSegment.class); 57 HashSetDataSegment ds = hashLog.asClass(HashSetDataSegment.class);
58 ds.hash.add(container.getHashLogString()); 58 ds.hash.add(container.getHashLogString());
59 ods.update("hashLog", ds); 59 ods.update("hashLog", ds);
60 System.out.println("ods.put log container");
61 ods.put("log", container); 60 ods.put("log", container);
62 new ChildLogCheckCodeSegment(); 61 new ChildLogCheckCodeSegment();
63 if(!hostName.equals("node0")) { 62 if(!hostName.equals("node0")) {
64 ods.put("parent", "childLog", container); 63 ods.put("parent", "childLog", container);
65 } 64 }