public interface AdvisorySource
| Modifier and Type | Method and Description |
|---|---|
void |
synchronizeAdvisory(String repoName,
AdvisorySyncReport report,
Collection<AdvisoryDetails> existingAdvisory)
Requests that this advisory source perform a synchronization with its external repository.
|
void synchronizeAdvisory(String repoName, AdvisorySyncReport report, Collection<AdvisoryDetails> existingAdvisory) throws SyncException, InterruptedException
repoName - repo name used to look up advisoryreport - used to accumulate the collection of advisoryException - if the source is unable to perform the synchronization, for instance if the external
source cannot be connected to.SyncExceptionInterruptedExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.