public int getPort() {
   return Integer.parseInt(
       configuration.getValue(BACKEND_PREFIX + "." + backendIdentifier + "." + PORT));
 }
 public String getHost() {
   return configuration.getValue(BACKEND_PREFIX + "." + backendIdentifier + "." + HOST);
 }