Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31694/modules/ejb/src/META-INF
Modified Files: xtags.xml Log Message: support for methods which return the component-interface added (XDT-1325) Index: xtags.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -r1.70 -r1.71 *** xtags.xml 9 Apr 2005 12:09:07 -0000 1.70 --- xtags.xml 9 Apr 2005 15:44:03 -0000 1.71 *************** *** 901,907 **** bean with the session, entitybmp, entitycmp or mdb subtask. Therefore, the field must have the protected access modifier. ! The tag may also be used on abstract methods which return the Home-Interface's type. Those methods are implemented ! in the object generated by the session, entitybmp, entitycmp or mdb subtasks. The implementation ! performs a caching for the value. </usage-description> <unique>false</unique> --- 901,909 ---- bean with the session, entitybmp, entitycmp or mdb subtask. Therefore, the field must have the protected access modifier. ! The tag may also be used on abstract methods which return the Home- or Component-Interface type. Those ! methods are implemented in the object generated by the session, entitybmp, entitycmp or mdb subtasks. ! The implementation performs a caching for the Home-Object. If the method's return type is the ! Component-Interface, create() is invoked to return the EJBObject. This is usefull for references to ! stateless session beans. </usage-description> <unique>false</unique> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel