[jboss-cvs] JBossAS SVN: r104872 - projects/jboss-jca/trunk/doc/userguide/en/modules.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon May 17 08:23:41 EDT 2010
Author: jesper.pedersen
Date: 2010-05-17 08:23:40 -0400 (Mon, 17 May 2010)
New Revision: 104872
Modified:
projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml
Log:
Document the BootstrapContexts feature
Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml 2010-05-17 12:16:50 UTC (rev 104871)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml 2010-05-17 12:23:40 UTC (rev 104872)
@@ -118,6 +118,15 @@
</entry>
</row>
<row>
+ <entry><code>BootstrapContexts</code></entry>
+ <entry><code>Map<String, org.jboss.jca.core.api.CloneableBootstrapContext></code></entry>
+ <entry>
+ Bootstrap context map (unique name to a cloneable bootstrap context) which allows
+ developers to bind (through <code>jboss-ra.xml</code>) their resource adapter to
+ a specific bootstrap context instance.
+ </entry>
+ </row>
+ <row>
<entry><code>PrintStream</code></entry>
<entry><code>java.io.PrintStream</code></entry>
<entry>
More information about the jboss-cvs-commits
mailing list