Update of /cvsroot/xdoclet/xdoclet/modules/ibm/src/META-INF
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21746/xdoclet/modules/ibm/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
XDT-1220: Add support for the WebSphere beanCache extension

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ibm/src/META-INF/xtags.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** xtags.xml   5 Jan 2005 08:47:02 -0000       1.16
--- xtags.xml   5 Jan 2005 14:03:44 -0000       1.17
***************
*** 322,325 ****
--- 322,401 ----
        </tag>
        
+       <tag>
+         <level>class</level>
+         <name>websphere.bean-cache</name>
+         <usage-description>
+           WebSphere specific cache settings for EJBs
+         </usage-description>
+         <unique>true</unique>
+         <condition-description>Entity Beans and Stateful Session 
Beans</condition-description>
+         <condition type="or">
+           <condition type="type">
+             <condition-parameter>javax.ejb.SessionBean</condition-parameter>
+           </condition>
+           <condition type="type">
+             <condition-parameter>javax.ejb.EntityBean</condition-parameter>
+           </condition>
+         </condition>
+         <parameter type="text">
+           <name>activate-at</name>
+           <usage-description>
+             Specifies the point at which an EJB is activated and placed in 
the cache. 
+             Removal from the cache and passivation is also governed by this 
setting.
+           </usage-description>
+           <mandatory>false</mandatory>
+           <option-sets>
+             <option-set>
+               <options>
+                 <option>ONCE</option>
+                 <option>ACTIVITY_SESSION</option>
+                 <option>TRANSACTION</option>
+               </options>
+             </option-set>
+           </option-sets>
+         </parameter>
+         <parameter type="text">
+           <name>load-at</name>
+           <usage-description>
+             Specifies when the EJB loads its state from the database. The 
value of this setting 
+             implies whether the container has exclusive or shared access to 
the database.
+           </usage-description>
+           <mandatory>false</mandatory>
+           <condition-description>Entity Beans</condition-description>
+           <condition type="type">
+             <condition-parameter>javax.ejb.EntityBean</condition-parameter>
+           </condition>
+           <option-sets>
+             <option-set>
+               <options>
+                 <option>ACTIVATION</option>
+                 <option>TRANSACTION</option>
+               </options>
+             </option-set>
+           </option-sets>
+         </parameter>
+         <parameter type="text">
+           <name>pinned-for</name>
+           <usage-description>
+             Defines how long the bean should be maintained in the cache
+           </usage-description>
+           <mandatory>false</mandatory>
+           <condition-description>Entity Beans</condition-description>
+           <condition type="type">
+             <condition-parameter>javax.ejb.EntityBean</condition-parameter>
+           </condition>
+           <option-sets>
+             <option-set>
+               <options>
+                 <option>ACTIVATION_PERIOD</option>
+                 <option>ACTIVITY_SESSION</option>
+                 <option>TRANSACTION</option>
+                 <option>BUSINESS_METHOD_ONLY</option>
+               </options>
+             </option-set>
+           </option-sets>
+         </parameter>
+       </tag>
+       
      </tags>
    </namespace>



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to