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
 org.rhq.core.domain.content.RepoSyncResults ContentSourceManagerBean._mergeDistributionSyncReportADD(org.rhq.core.domain.content.ContentSource contentSource, DistributionSyncReport report, org.rhq.core.domain.content.RepoSyncResults syncResults, StringBuilder progress)
           
 org.rhq.core.domain.content.RepoSyncResults ContentSourceManagerLocal._mergeDistributionSyncReportADD(org.rhq.core.domain.content.ContentSource contentSource, DistributionSyncReport report, org.rhq.core.domain.content.RepoSyncResults syncResults, StringBuilder progress)
           
 org.rhq.core.domain.content.RepoSyncResults ContentSourceManagerBean._mergeDistributionSyncReportREMOVE(org.rhq.core.domain.content.ContentSource contentSource, DistributionSyncReport report, org.rhq.core.domain.content.RepoSyncResults syncResults, StringBuilder progress)
           
 org.rhq.core.domain.content.RepoSyncResults ContentSourceManagerLocal._mergeDistributionSyncReportREMOVE(org.rhq.core.domain.content.ContentSource contentSource, DistributionSyncReport report, org.rhq.core.domain.content.RepoSyncResults syncResults, StringBuilder progress)
           
 org.rhq.core.domain.content.RepoSyncResults ContentSourceManagerBean.mergeDistributionSyncReport(org.rhq.core.domain.content.ContentSource contentSource, DistributionSyncReport report, org.rhq.core.domain.content.RepoSyncResults syncResults)
           
 org.rhq.core.domain.content.RepoSyncResults ContentSourceManagerLocal.mergeDistributionSyncReport(org.rhq.core.domain.content.ContentSource contentSource, DistributionSyncReport report, org.rhq.core.domain.content.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-2012 Red Hat, Inc.. All Rights Reserved.