BUG-1845: implement proper shutdown sequence 31/11331/1
authorRobert Varga <rovarga@cisco.com>
Thu, 18 Sep 2014 17:35:52 +0000 (19:35 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 18 Sep 2014 17:37:36 +0000 (19:37 +0200)
The notification chain should only invoke the successful callback once
all transactions have been committed successfully. This patch does
precisely that by tracking the number of outstanding transactions. Since
this requires notification about successful transactions, too, we get
rid of the unneeded DOMDataCommitErrorInvoker/Listener abstraction.

Change-Id: I38534a3fb79a8a461059504de7b0cdd48348afef
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found