Author: rjung
Date: Mon Jan 19 00:50:57 2009
New Revision: 735633
URL: http://svn.apache.org/viewvc?rev=735633&view=rev
Log:
Port r665823 from TC6.
add jmx accessors for session creation and last accessed time.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
Modified:
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml?rev=735633&r1=735632&r2=735633&view=diff
==============================================================================
---
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
(original)
+++
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
Mon Jan 19 00:50:57 2009
@@ -378,7 +378,25 @@
type="java.lang.String"/>
</operation>
- <operation name="expireAllLocalSessions"
+ <operation name="getLastAccessedTimestamp"
+ description="Get the last access timestamp"
+ impact="ACTION"
+ returnType="long">
+ <parameter name="sessionId"
+ description="Id of the session"
+ type="java.lang.String"/>
+ </operation>
+
+ <operation name="getCreationTimestamp"
+ description="Get the creation timestamp"
+ impact="ACTION"
+ returnType="long">
+ <parameter name="sessionId"
+ description="Id of the session"
+ type="java.lang.String"/>
+ </operation>
+
+ <operation name="expireAllLocalSessions"
description="Exipre all active local sessions and replicate the
invalid sessions"
impact="ACTION"
returnType="void">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]