From: Vance K. <va...@us...> - 2006-03-09 06:39:13
|
User: vancek Date: 06/03/08 22:39:13 Modified: andromda-ejb3/src/site/xdoc howto.xml Log: added interceptors and transaction lists Revision Changes Path 1.8 +18 -0 cartridges/andromda-ejb3/src/site/xdoc/howto.xml Index: howto.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/howto.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- howto.xml 7 Mar 2006 01:51:55 -0000 1.7 +++ howto.xml 9 Mar 2006 06:39:12 -0000 1.8 @@ -130,6 +130,17 @@ </ul> </li> <li> + <a href="howto13.html">Interceptors</a> + <ul> + <li><a href="howto13.html#Default_Interceptors">Default Interceptors</a></li> + <li><a href="howto13.html#Class_Level_Interceptor">Class Level Interceptor</a></li> + <li><a href="howto13.html#Method_Level_Interceptor">Method Level Interceptor</a></li> + <li><a href="howto13.html#Interceptor_Ordering">Interceptor Ordering</a></li> + <li><a href="howto13.html#Interceptor_Exclusion">Interceptor Exclusion</a></li> + <li><a href="howto13.html#Interceptor_Tips">Interceptor Tips</a></li> + </ul> + </li> + <li> <a href="howto14.html">Lifecycle Callbacks</a> <ul> <li><a href="howto14.html#Entity_Bean_Callbacks">Entity Bean Callbacks</a></li> @@ -137,6 +148,13 @@ <li><a href="howto14.html#Message_Driven_Bean_Callbacks">Message Driven Bean Callbacks</a></li> </ul> </li> + <li> + <a href="howto15.html">Transactions</a> + <ul> + <li><a href="howto15.html#Transaction_Type">Transaction Type</a></li> + <li><a href="howto15.html#Transaction_Demarcation">Transaction Demarcation</a></li> + </ul> + </li> </ul> </p> <p> |