[jboss-cvs] JBossAS SVN: r84525 - 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 20 08:28:28 EST 2009
Author: emuckenhuber
Date: 2009-02-20 08:28:28 -0500 (Fri, 20 Feb 2009)
New Revision: 84525
Modified:
projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileService.java
Log:
add a way to validate if the profile is installed correctly
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-20 13:27:25 UTC (rev 84524)
+++ projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileService.java 2009-02-20 13:28:28 UTC (rev 84525)
@@ -123,4 +123,11 @@
*/
public void unregisterProfile(ProfileKey key) throws NoSuchProfileException;
+ /**
+ * Validate a registered profile.
+ *
+ * @param key the profile key
+ * @throws Exception if the profile is not installed correctly
+ */
+ public void validateProfile(ProfileKey key) throws Exception;
}
More information about the jboss-cvs-commits
mailing list