private void finishSynchronization(String liveID) throws Exception
{
for (JournalContent jc : EnumSet.allOf(JournalContent.class))
{
Journal journal = journalsHolder.remove(jc);
journal.synchronizationLock();
try
{
// files should be already in place.
filesReservedForSync.remove(jc);
registerJournal(jc.typeByte, journal);