public void deleteExtent(String name) {
   try {
     remote.deleteExtent(name);
   } catch (RemoteException e) {
     throw new RuntimeException(e);
   }
 }