From: Vance K. <va...@us...> - 2006-03-03 04:07:38
|
User: vancek Date: 06/03/02 20:06:51 Modified: andromda-ejb3/src/site/xdoc howto10.xml Log: added bits on lifecycle callback with a reference Revision Changes Path 1.2 +5 -3 cartridges/andromda-ejb3/src/site/xdoc/howto10.xml Index: howto10.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/howto10.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- howto10.xml 25 Feb 2006 14:48:37 -0000 1.1 +++ howto10.xml 3 Mar 2006 04:06:50 -0000 1.2 @@ -164,9 +164,11 @@ <a name="Listener_Interceptor"/> <subsection name="Listener Interceptor"> <p> - Message driven beans have lifecycle callback interceptor methods which can be defined in a separate - interceptor class using the EJB3 cartridge. To find out more information on this, click on - <a href="howto13.html">interceptors</a>. + Message driven beans have lifecycle callback interceptor methods or regular interceptors which + can be defined in a separate interceptor class using the EJB3 cartridge. To find out more + information on interceptors, click on <a href="howto13.html">interceptors</a>. + To find out more information on lifecycle callbacks, click on + <a href="howto14.html">lifecycle callbacks</a>. </p> </subsection> <a name="Transaction_Context"/> |