@Override
public void finalizeJob(IUniqueID id) throws RemoteException {
List<IComputationServer> resources =
serviceRegistry.getServicesForPurpose(id);
IComputationServer server = resources.get(0);
server.finalizeJob(id);
serviceRegistry.freeServices(id);
}
/**
* This method books a set of resources for a simulation. The first resource