/** override due to call to coordinator service. */
    public void setLicenseInfo(LicenseInfoExt licenseInfo) {

      lastExpirationEventDate = licenseInfo.getLastLicenseExpirationDateEventDate();
      lastHeartbeatEventDate = licenseInfo.getLastHeartbeatEventDate();
      registrationEventDate = licenseInfo.getLastRegistrationEventDate();
      capacityExceededEventDate = licenseInfo.getLastCapacityExceededEventDate();
    }