[jboss-cvs] JBossAS SVN: r84890 - projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 27 14:28:15 EST 2009


Author: emuckenhuber
Date: 2009-02-27 14:28:15 -0500 (Fri, 27 Feb 2009)
New Revision: 84890

Modified:
   projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileService.java
Log:
remove create for now, this will be added in a later version again

Modified: projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileService.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileService.java	2009-02-27 18:01:11 UTC (rev 84889)
+++ projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileService.java	2009-02-27 19:28:15 UTC (rev 84890)
@@ -25,7 +25,6 @@
 
 import org.jboss.deployers.spi.management.ManagementView;
 import org.jboss.deployers.spi.management.deploy.DeploymentManager;
-import org.jboss.profileservice.spi.metadata.ProfileMetaData;
 
 /**
  * The entry point service for accessing/administering server profiles
@@ -90,22 +89,11 @@
    DeploymentManager getDeploymentManager();
    
    /**
-    * Create and register a profile based on it's meta data.
-    * 
-    * @param metaData the profile meta data
-    * @return the profile key of the profile
-    * @throws Exception
-    */
-   ProfileKey createProfile(ProfileMetaData metaData) throws Exception;
-   
-   /**
     * Register a Profile.
     * 
     * @param profile the profile.
     * @throws Exception
-    * @deprecated see {@link #create(ProfileMetaData metaData)}
     */
-   @Deprecated
    void registerProfile(Profile profile) throws Exception;
    
    /**




More information about the jboss-cvs-commits mailing list