Uses of Class
org.rhq.enterprise.server.plugin.pc.content.DistributionSyncReport

Packages that use DistributionSyncReport
org.rhq.enterprise.server.content   
org.rhq.enterprise.server.plugin.pc.content   
 

Uses of DistributionSyncReport in org.rhq.enterprise.server.content
 

Methods in org.rhq.enterprise.server.content with parameters of type DistributionSyncReport
 RepoSyncResults ContentSourceManagerBean._mergeDistributionSyncReportADD(ContentSource contentSource, DistributionSyncReport report, RepoSyncResults syncResults, StringBuilder progress)
           
 RepoSyncResults ContentSourceManagerLocal._mergeDistributionSyncReportADD(ContentSource contentSource, DistributionSyncReport report, RepoSyncResults syncResults, StringBuilder progress)
           
 RepoSyncResults ContentSourceManagerBean._mergeDistributionSyncReportREMOVE(ContentSource contentSource, DistributionSyncReport report, RepoSyncResults syncResults, StringBuilder progress)
           
 RepoSyncResults ContentSourceManagerLocal._mergeDistributionSyncReportREMOVE(ContentSource contentSource, DistributionSyncReport report, RepoSyncResults syncResults, StringBuilder progress)
           
 RepoSyncResults ContentSourceManagerBean.mergeDistributionSyncReport(ContentSource contentSource, DistributionSyncReport report, RepoSyncResults syncResults)
           
 RepoSyncResults ContentSourceManagerLocal.mergeDistributionSyncReport(ContentSource contentSource, DistributionSyncReport report, RepoSyncResults syncResults)
          After a sync has happened, this is responsible for persisting the results.
 

Uses of DistributionSyncReport in org.rhq.enterprise.server.plugin.pc.content
 

Methods in org.rhq.enterprise.server.plugin.pc.content with parameters of type DistributionSyncReport
 void DistributionSource.synchronizeDistribution(String repoName, DistributionSyncReport report, Collection<DistributionDetails> existingDistros)
          Requests that this distribution source perform a synchronization with its external repository.
 



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