Exemplo n.º 1
0
 public void setLocations(String location, String agentHandlerIor) {
   grm.setLocation(location, agentHandlerIor);
 }
Exemplo n.º 2
0
 /**
  * Supply to the Grm an array of applications requirements to consult about available locations to
  * migrate applications
  *
  * @param locations - Array of locations where the application can't execute
  * @return available locations where the applications can migrate
  */
 public String migrationLocationRequest(String[] locations) {
   return grm.migrationLocationRequest(locations);
 }