@Override
 public boolean detachSlave(String url) throws RemoteException {
   return delegate.detachSlave(url);
 }