Author: markt Date: Thu Jul 29 11:26:02 2010 New Revision: 980408 URL: http://svn.apache.org/viewvc?rev=980408&view=rev Log: Revert part of r980399 - attribute is present and used in ManagerBase so will be inherited
Modified: tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml?rev=980408&r1=980407&r2=980408&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Thu Jul 29 11:26:02 2010 @@ -90,6 +90,10 @@ description="The frequency of the manager checks (expiration and passivation)" type="int"/> + <attribute name="processingTime" + description="Time spent doing housekeeping and expiration" + type="long" /> + <attribute name="sessionAverageAliveTime" description="Average time an expired session had been alive" type="int" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org