Mercurial > hg > Database > Christie
comparison src/main/java/christie/topology/node/PrepareToClose.java @ 59:76b6da075ce0
fix run code
author | akahori |
---|---|
date | Tue, 28 Aug 2018 09:45:53 +0900 |
parents | fd944876257b |
children | 42f195de3152 |
comparison
equal
deleted
inserted
replaced
58:9922e6decbe8 | 59:76b6da075ce0 |
---|---|
11 public class PrepareToClose extends CodeGear { | 11 public class PrepareToClose extends CodeGear { |
12 | 12 |
13 @Peek | 13 @Peek |
14 String _CLOSEMESSEAGE; | 14 String _CLOSEMESSEAGE; |
15 | 15 |
16 @Take | 16 @Peek |
17 List<String> _CLIST; | 17 List<String> _CLIST; |
18 | 18 |
19 | 19 |
20 public PrepareToClose() { | 20 public PrepareToClose() { |
21 | 21 |
37 } else { | 37 } else { |
38 // lost node is this node's parent, so already removed | 38 // lost node is this node's parent, so already removed |
39 new ReceiveCloseMessage(CommandType.TAKE); | 39 new ReceiveCloseMessage(CommandType.TAKE); |
40 }*/ | 40 }*/ |
41 cgm.setup(new PrepareToClose()); | 41 cgm.setup(new PrepareToClose()); |
42 getLocalDGM().put("_CLIST", _CLIST); | 42 //getLocalDGM().put("_CLIST", _CLIST); |
43 | 43 |
44 } | 44 } |
45 | 45 |
46 } | 46 } |