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