/** Stops the manager. */
  public void stop() {
    if (!_lifecycle.toStop()) return;

    log.finer(this + " stopping");

    if (_alarm != null) _alarm.dequeue();
  }