Mercurial > hg > Database > Christie
comparison src/main/java/christie/topology/node/IncomingConnectionInfo.java @ 195:a0be7c83fff8
add connectionList
author | akahori |
---|---|
date | Sat, 09 Mar 2019 10:19:03 +0900 |
parents | 6eb548c188e5 |
children | dd3c0ba6a0a6 |
comparison
equal
deleted
inserted
replaced
194:28c26ea5ef86 | 195:a0be7c83fff8 |
---|---|
41 | 41 |
42 cgm.createRemoteDGM(connectionName, | 42 cgm.createRemoteDGM(connectionName, |
43 remoteNodeInfo.getHostName(), | 43 remoteNodeInfo.getHostName(), |
44 remoteNodeInfo.getPort()); | 44 remoteNodeInfo.getPort()); |
45 | 45 |
46 topoDG.addConnection(connectionName); | 46 |
47 getLocalDGM().put("topoDG", topoDG); | |
48 getDGM(connectionName).put("_CONNECTIONMESSAGE",new Message()); | 47 getDGM(connectionName).put("_CONNECTIONMESSAGE",new Message()); |
48 cgm.setup(new CreateConnectionList()); | |
49 getLocalDGM().put("cMember", connectionName); | |
49 | 50 |
50 cgm.setup(new IncomingConnectionInfo(count + 1)); | 51 cgm.setup(new IncomingConnectionInfo(count + 1)); |
51 } | 52 } |
52 | 53 |
53 } | 54 } |