checkSynch
protected void checkSynch(String accessId,
String accountId)
Checks the synchronization status of this bank account.
We distinguish following states:
1- The account has never been synched.:
- If : synch status time is null
- Then: Last synch is null and synchStatus is null.
- Therefore : the synch can go on.
2- A synch process has been started:
- If: Last synch status time is not null
- Then:
- If: SynchStatus is Ready? Then synch can go on.
- If: Synch status is synch or synch? Then 102
3- We will later use the last synch status time to recover from failled synch.
- Parameters:
accessId -
accountId -