Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv6178/src/META-INF
Modified Files:
xtags.xml
Log Message:
improvement in remote session facade - ade it java.util.Observable,
added configurable result caching and invalidation
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** xtags.xml 14 Dec 2002 01:18:16 -0000 1.26
--- xtags.xml 12 Jan 2003 16:54:59 -0000 1.27
***************
*** 2344,2350 ****
Mark this method as invalidating. Remote Facade will
fire
callbacks and zap caches. Use on methods which change
ejb
! or create/remove entities.
</usage-description>
<mandatory>false</mandatory>
</parameter>
</tag>
--- 2344,2368 ----
Mark this method as invalidating. Remote Facade will
fire
callbacks and zap caches. Use on methods which change
ejb
! or create/remove entities. NOTE: setting this to true
will have no effect for
! facade methods which cache their result.
</usage-description>
<mandatory>false</mandatory>
+ <default>false</default>
+ </parameter>
+ <parameter type="bool">
+ <name>cache</name>
+ <usage-description>
+ Setup result caching for this method result. No effect
+on void methods.
+ </usage-description>
+ <mandatory>false</mandatory>
+ <default>false</default>
+ </parameter>
+ <parameter type="bool">
+ <name>immutable</name>
+ <usage-description>
+ If value is immutable it will be never invalidated. No
+effect on void methods.
+ </usage-description>
+ <mandatory>false</mandatory>
+ <default>false</default>
</parameter>
</tag>
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel