org.rhq.enterprise.server.plugin.pc.content.sync
Class AdvisorySourceSynchronizer

java.lang.Object
  extended by org.rhq.enterprise.server.plugin.pc.content.sync.AdvisorySourceSynchronizer

public class AdvisorySourceSynchronizer
extends Object

Holds the methods necessary to interact with a plugin and execute its advisory related synchronization tasks.

Author:
Pradeep Kilambi

Constructor Summary
AdvisorySourceSynchronizer(org.rhq.core.domain.content.Repo repo, org.rhq.core.domain.content.ContentSource source, ContentProvider provider)
           
 
Method Summary
 SyncTracker synchronizeAdvisoryMetadata(SyncTracker tracker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvisorySourceSynchronizer

public AdvisorySourceSynchronizer(org.rhq.core.domain.content.Repo repo,
                                  org.rhq.core.domain.content.ContentSource source,
                                  ContentProvider provider)
Method Detail

synchronizeAdvisoryMetadata

public SyncTracker synchronizeAdvisoryMetadata(SyncTracker tracker)
                                        throws SyncException,
                                               InterruptedException
Throws:
SyncException
InterruptedException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.