From: Vance K. <va...@us...> - 2006-01-29 01:53:52
|
User: vancek Date: 06/01/28 17:53:46 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: added LISTENER stereotype element Revision Changes Path 1.10 +13 -1 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml Index: profile.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -r1.9 -r1.10 --- profile.xml 26 Jan 2006 07:02:47 -0000 1.9 +++ profile.xml 29 Jan 2006 01:53:46 -0000 1.10 @@ -164,7 +164,7 @@ </element> <element name="INTERCEPTOR"> <documentation> - Defines a customer made interceptor for the business + Defines a custome made interceptor for the business methods of the session bean and message driven bean. </documentation> @@ -173,6 +173,18 @@ class </appliedOnElement> </element> + <element name="LISTENER"> + <documentation> + Defines a callback listener class for the entity, + session and message driven beans. The corresponding + entity, session or message driven beans are annotated + to indicate the listener class. + </documentation> + <value>Listener</value> + <appliedOnElement> + class + </appliedOnElement> + </element> <element name="SECURITY_RUN_AS"> <documentation> Represents a dependency from an actor that is |