public void setLocations(String location, String agentHandlerIor) { grm.setLocation(location, agentHandlerIor); }
/** * 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); }