// make sure we are in the expected mode -- sanity checks
Checkpoint ckpt = _checkpoint;
if (ckpt.getConsumptionMode() != DbusClientMode.BOOTSTRAP_SNAPSHOT)
{
throw new InvalidCheckpointException("TargetScnResponseProcessor:"
+ " expecting in client mode: " + DbusClientMode.BOOTSTRAP_SNAPSHOT,
ckpt);
}
else if (! ckpt.isSnapShotSourceCompleted())
{
throw new InvalidCheckpointException("TargetScnResponseProcessor: current snapshot source not completed",
ckpt);
}
LOG.info("Target SCN "
+ targetScn