ICartagoNodeRemote env = (ICartagoNodeRemote) client.getGlobal(ICartagoNodeRemote.class);
return env.execInterArtifactOp(srv, callbackId, userId, srcId, targetId, op, timeout, test);
} catch (LipeRMIException e) {
e.printStackTrace();
throw new CartagoInfrastructureLayerException();
} catch (IOException e) {
e.printStackTrace();
throw new CartagoInfrastructureLayerException();
}
}