Esempio n. 1
0
 public boolean isWritable() throws SailException {
   try {
     return rmi.isWritable();
   } catch (RemoteException ex) {
     throw new SailException(RMI_CONNECTION_FAILED, ex);
   }
 }