comparison src/jungle/test/bbs/DistributeApp.java @ 48:ab8c655ef457

implemented bbsPort setting
author one
date Fri, 12 Jul 2013 11:54:07 +0900
parents fd3643699f83
children 8a532ca5df80
comparison
equal deleted inserted replaced
47:686057add8a4 48:ab8c655ef457
24 public class DistributeApp 24 public class DistributeApp
25 { 25 {
26 public static void main( String[] args ) throws Exception 26 public static void main( String[] args ) throws Exception
27 { 27 {
28 RemoteConfig conf = new RemoteConfig(args); 28 RemoteConfig conf = new RemoteConfig(args);
29 new TopologyNode(conf, new StartBBSCodeSegment()); 29 new TopologyNode(conf, new StartBBSCodeSegment(conf.bbsPort));
30 } 30 }
31 } 31 }