Esempio n. 1
0
 protected void doStart() throws ResourceManagerSystemException {
   if (persistenceStrategy != null) {
     try {
       persistenceStrategy.open();
     } catch (IOException e) {
       throw new ResourceManagerSystemException(e);
     }
   }
 }