org.shredzone.repowatch.service
Interface SyncService

All Known Implementing Classes:
SyncServiceImpl

public interface SyncService

A service providing everything that is required for keeping the database in sync with the original repository database.

Version:
$Revision: 323 $

Method Summary
 void syncRepository(Repository repo)
          Synchronizes only a single repository.
 

Method Detail

syncRepository

void syncRepository(Repository repo)
                    throws SynchronizerException
Synchronizes only a single repository.

Parameters:
repo - Repository to synchronize.
Throws:
SynchronizerException - Synchronization failed
SynchronizerException


Copyright © 2007-2011 shredzone.org. All Rights Reserved.