Beispiel #1
0
 /**
  * Call, if sim instance could not be executed as intended, e.g. because RMI link to server was
  * broken. This means of course, that the instance has to be executed again, whereas it must not
  * be repeated when a simulation internal failure occured that is not due to DUCKS (in this case,
  * finalize(FAILED) would be used)
  */
 public void recall() {
   simu.recallInstance(this);
 }