[jboss-cvs] JBossAS SVN: r100166 - projects/jboss-jca/trunk/doc/developerguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 30 10:35:54 EST 2010


Author: jesper.pedersen
Date: 2010-01-30 10:35:53 -0500 (Sat, 30 Jan 2010)
New Revision: 100166

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en/modules/fungal.xml
Log:
[JBJCA-266] Add support for ignoring lifecycle methods

Modified: projects/jboss-jca/trunk/doc/developerguide/en/modules/fungal.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en/modules/fungal.xml	2010-01-30 15:35:39 UTC (rev 100165)
+++ projects/jboss-jca/trunk/doc/developerguide/en/modules/fungal.xml	2010-01-30 15:35:53 UTC (rev 100166)
@@ -190,6 +190,27 @@
         </listitem>
       </itemizedlist>
 
+      <para>The lifecycle methods can be ignored by using the following constructs:</para>
+
+      <itemizedlist>
+        <listitem>
+          <code>&lt;ignoreCreate/&gt;</code>
+          <para>which ignores the <code>create</code> method.</para>
+        </listitem>
+        <listitem>
+          <code>&lt;ignoreStart/&gt;</code>
+          <para>which ignores the <code>start</code> method.</para>
+        </listitem>
+        <listitem>
+          <code>&lt;ignoreStop/&gt;</code>
+          <para>which ignores the <code>stop</code> method.</para>
+        </listitem>
+        <listitem>
+          <code>&lt;ignoreDestroy/&gt;</code>
+          <para>which ignores the <code>destroy</code> method.</para>
+        </listitem>
+      </itemizedlist>
+
       <para>Furthermore all <code>install</code> methods defined for the bean are called after the <code>start</code>
         method. All <code>uninstall</code> methods defined for the bean are called before the <code>stop</code>
         method.</para>




More information about the jboss-cvs-commits mailing list