long timeout) throws CartagoException {
try {
// return ctx.use(((AbstractAgentCallback)actx).getProxy(), id, op, test, timeout);
ctx.doAction(agentCallbackId, id, op, test, timeout);
} catch (RemoteException ex) {
throw new CartagoException(ex.getMessage());
}
}