Author: kfujino
Date: Tue Oct 23 05:14:42 2012
New Revision: 1401163

URL: http://svn.apache.org/viewvc?rev=1401163&view=rev
Log:
Add getSessionIdsFull operation to mbeans-descriptor. 
listSessionIdsFull no longer exist.

Modified:
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1401163&r1=1401162&r2=1401163&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml 
(original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml 
Tue Oct 23 05:14:42 2012
@@ -629,10 +629,10 @@
       impact="ACTION"
       returnType="java.lang.String"/>
     <operation
-      name="listSessionIdsFull"
-      description="Return the list of active session ids"
+      name="getSessionIdsFull"
+      description="Returns the list of all sessions IDS (primary, backup and 
proxy)."
       impact="ACTION"
-      returnType="java.lang.String"/>
+      returnType="java.util.Set"/>
     <operation
       name="processExpires"
       description="Invalidate all sessions that have expired.s"

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1401163&r1=1401162&r2=1401163&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Oct 23 05:14:42 2012
@@ -80,6 +80,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <fix>
+        Add getSessionIdsFull operation to mbeans-descriptor. 
listSessionIdsFull
+        no longer exist. (kfujino)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 7.0.32 (markt)" rtext="2012-10-09">
   <subsection name="Catalina">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to