[jboss-cvs] JBossAS SVN: r84918 - in projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss: profileservice/spi and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 03:39:58 EST 2009


Author: emuckenhuber
Date: 2009-03-02 03:39:58 -0500 (Mon, 02 Mar 2009)
New Revision: 84918

Modified:
   projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/deploy/DeploymentTarget.java
   projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileRepository.java
Log:
update get repository names.

Modified: projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/deploy/DeploymentTarget.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/deploy/DeploymentTarget.java	2009-03-02 08:18:40 UTC (rev 84917)
+++ projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/deploy/DeploymentTarget.java	2009-03-02 08:39:58 UTC (rev 84918)
@@ -38,7 +38,7 @@
    String getName();
 
    
-   String[] getRepositoryNames(String[] names)
+   String[] getRepositoryNames(DeploymentID deployment)
       throws Exception;
 
    void distribute(DeploymentID deployment)

Modified: projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileRepository.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileRepository.java	2009-03-02 08:18:40 UTC (rev 84917)
+++ projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileRepository.java	2009-03-02 08:39:58 UTC (rev 84918)
@@ -60,10 +60,9 @@
     * @param key - the key for the Profile to obtain the DeploymentRepository for.
     * @return the profile DeploymentRepository
     * @throws NoSuchProfileException thrown if there is no such profile.
-    * @throws Exception for any error
     */
    DeploymentRepository getProfileDeploymentRepository(ProfileKey key)
-      throws Exception, NoSuchProfileException;
+      throws NoSuchProfileException;
 
    /**
     * Remove the DeploymentRepository for the given profile key.




More information about the jboss-cvs-commits mailing list