/** Thread to deactivate object. */
 public void run() {
   ActivationLibrary.deactivate(this, getID());
 }