Mercurial > hg > FederatedLinda
view src/fdl/test/debug/NodeInfo.java @ 91:4df1d50df52a
Ring: fdl.test.debug
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 16 Feb 2010 03:58:06 +0900 |
parents | c0575f877591 |
children |
line wrap: on
line source
package fdl.test.debug; import fdl.PSXLinda; public class NodeInfo { public String host; public int port; public PSXLinda linda; public String connectionXML, debugConnectionXML; public String routingXML, debugRoutingXML; public NodeInfo(String host, int port) { this.host = host; this.port = port; } }