@Deprecated public interface NavuCdbOperDiffIterateExtended extends NavuCdbOperDiffIterate
For each entry in the change set one invocation per entry is done
on the iterate
method supplying the same instance of
NavuCdbSubscriptionOperContext
for the entire change set.
The postiterate method is called after all diff set entries has been processed. NOTE: The postiterate method MUST NOT under any circumstances hang subsequent execution of the subscriber thread which could lead to the whole NCS could hang indefinitely.
Modifier and Type | Method and Description |
---|---|
void |
postiterate()
Deprecated.
This method is invoked by the NavuCdbOperSubscriber
after after the last of diff entry change.
|
void |
preiterate()
Deprecated.
This method is invoked by the NavuCdbOperSubscriber
prior the first diff entry change.
|
iterate