annotate src/alice/jungle/remote/RemoteConfig.java @ 42:4419ac56cbfd

implemented serverName filed
author one
date Thu, 11 Jul 2013 19:58:36 +0900
parents 10359a815068
children ab8c655ef457
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
1 package alice.jungle.remote;
42
4419ac56cbfd implemented serverName filed
one
parents: 39
diff changeset
2 import alice.topology.node.TopologyNodeConfig;
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
3
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
4
42
4419ac56cbfd implemented serverName filed
one
parents: 39
diff changeset
5 public class RemoteConfig extends TopologyNodeConfig {
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
6
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
7 public RemoteConfig(String[] args) {
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
8 super(args);
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
9 }
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
10
d8ee57a1c2c6 add pom.xml and bbs
one
parents:
diff changeset
11 }