Author: kfujino Date: Tue Oct 23 05:08:46 2012 New Revision: 1401162 URL: http://svn.apache.org/viewvc?rev=1401162&view=rev Log: Add getSessionIdsFull operation to mbeans-descriptor. listSessionIdsFull no longer exist.
Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1401162&r1=1401161&r2=1401162&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Tue Oct 23 05:08:46 2012 @@ -614,10 +614,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" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org