예제 #1
0
 public int getPort() {
   return Integer.parseInt(
       configuration.getValue(BACKEND_PREFIX + "." + backendIdentifier + "." + PORT));
 }
예제 #2
0
 public String getHost() {
   return configuration.getValue(BACKEND_PREFIX + "." + backendIdentifier + "." + HOST);
 }