[jboss-cvs] JBossAS SVN: r96106 - projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 6 10:26:40 EST 2009


Author: jesper.pedersen
Date: 2009-11-06 10:26:40 -0500 (Fri, 06 Nov 2009)
New Revision: 96106

Modified:
   projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java
Log:
[JBJCA-215] Merge API changes from JCA 1.6 (20091106)

Modified: projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java
===================================================================
--- projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java	2009-11-06 15:14:30 UTC (rev 96105)
+++ projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java	2009-11-06 15:26:40 UTC (rev 96106)
@@ -46,6 +46,14 @@
 {
    
    /**
+    * Specifies the name of the resource adapter module. If the moduleName 
+    * annotation element is not specified, the application server must 
+    * follow the requirements in the Java Platform, Enterprise Edition 
+    * (Java EE) Specification to determine the default moduleName.
+    */
+   String moduleName() default "";
+
+   /**
     * Describes the resource adapter module.
     */
    String[] description() default { };




More information about the jboss-cvs-commits mailing list