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