Пример #1
0
 private void close() {
   spacesMountManager.close();
   if (applicationScratchSpace != null) {
     cachingDirectory.unregister(applicationScratchSpace.getSpaceMountingPoint());
     try {
       applicationScratchSpace.close();
     } catch (FileSystemException x) {
       ProActiveLogger.logEatedException(
           logger, "Could not close correctly application scratch space", x);
     }
     applicationScratchSpace = null;
   }
 }