Author: pero
Date: Thu Jun  7 01:45:39 2007
New Revision: 545109

URL: http://svn.apache.org/viewvc?view=rev&rev=545109
Log:
Add getSession() operation to StandardManager and DeltaManager JMX Interface

Modified:
    
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
    
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml?view=diff&rev=545109&r1=545108&r2=545109
==============================================================================
--- 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
 (original)
+++ 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
 Thu Jun  7 01:45:39 2007
@@ -117,6 +117,15 @@
                  type="java.lang.String"/>
     </operation>
 
+    <operation   name="getSession"
+          description="Return all sessions attributes and values"
+               impact="ACTION"
+           returnType="java.util.HashMap">
+      <parameter name="sessionId"
+          description="Id of the session"
+                 type="java.lang.String"/>
+    </operation>
+
     <operation   name="expireSession"
           description="Expire a session"
                impact="ACTION"

Modified: 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml?view=diff&rev=545109&r1=545108&r2=545109
==============================================================================
--- 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
 (original)
+++ 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
 Thu Jun  7 01:45:39 2007
@@ -282,6 +282,15 @@
                  type="java.lang.String"/>
     </operation>
 
+    <operation   name="getSession"
+          description="Return all sessions attributes and values"
+               impact="ACTION"
+           returnType="java.util.HashMap">
+      <parameter name="sessionId"
+          description="Id of the session"
+                 type="java.lang.String"/>
+    </operation>
+
     <operation   name="expireSession"
           description="Expire a session"
                impact="ACTION"

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=545109&r1=545108&r2=545109
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Jun  7 01:45:39 2007
@@ -100,6 +100,9 @@
         This feature is needed to have stable remote access as your local 
firewall is activ. The adaptor read all
         standard JMX system properties (-Dcom.sun.management.jmxremote). 
Feature provided by George Lindholm and Juergen Herrman (pero)
       </add>
+      <add>
+        And getSession() operation to StandardManager and DeltaManager JMX 
Interface (pero)
+      </add>     
     </changelog>
   </subsection>
   <subsection name="Webapps">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to