Uses of Class
org.rhq.enterprise.server.content.RepoException

Packages that use RepoException
org.rhq.enterprise.server.content   
org.rhq.enterprise.server.webservices   
 

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

Methods in org.rhq.enterprise.server.content that throw RepoException
 Repo RepoManagerLocal.createCandidateRepo(Subject subject, Repo repo)
          Functions similar to RepoManagerRemote.createRepo(Subject, Repo) except that it will ensure the candidate bit on the repo parameter is correctly set.
 Repo RepoManagerBean.createCandidateRepo(Subject subject, Repo repo)
           
 Repo RepoManagerRemote.createRepo(Subject subject, Repo repo)
          Creates a new Repo.
 Repo RepoManagerLocal.createRepo(Subject subject, Repo repo)
           
 Repo RepoManagerBean.createRepo(Subject subject, Repo repo)
           
 RepoGroup RepoManagerRemote.createRepoGroup(Subject subject, RepoGroup repoGroup)
          Creates a new RepoGroup in the server.
 RepoGroup RepoManagerLocal.createRepoGroup(Subject subject, RepoGroup repoGroup)
           
 RepoGroup RepoManagerBean.createRepoGroup(Subject subject, RepoGroup repoGroup)
           
 void RepoManagerLocal.importCandidateRepo(Subject subject, java.util.List<java.lang.Integer> repoIds)
          Changes the specified repos from being candidates in the system into full blown repositories, allowing their packages to be syncced and resources to subscribe to them.
 void RepoManagerBean.importCandidateRepo(Subject subject, java.util.List<java.lang.Integer> repoIds)
           
 void RepoManagerLocal.removeContentSourcesFromRepo(Subject subject, int repoId, int[] contentSourceIds)
           
 void RepoManagerBean.removeContentSourcesFromRepo(Subject subject, int repoId, int[] contentSourceIds)
           
 Repo RepoManagerRemote.updateRepo(Subject subject, Repo repo)
          Update an existing Repo object's basic fields, like name, description, etc.
 Repo RepoManagerLocal.updateRepo(Subject subject, Repo repo)
           
 Repo RepoManagerBean.updateRepo(Subject subject, Repo repo)
           
 

Uses of RepoException in org.rhq.enterprise.server.webservices
 

Methods in org.rhq.enterprise.server.webservices that throw RepoException
 Repo WebservicesManagerBean.createRepo(Subject subject, Repo repo)
           
 RepoGroup WebservicesManagerBean.createRepoGroup(Subject subject, RepoGroup repoGroup)
           
 Repo WebservicesManagerBean.updateRepo(Subject subject, Repo repo)
           
 



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