Author: kfujino
Date: Thu Sep 12 09:28:53 2013
New Revision: 1522501
URL: http://svn.apache.org/r1522501
Log:
The loaded attribute never exists in PersistentManager.
isLoaded is defined as operation in mbeans-descriptors.
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=1522501&r1=1522500&r2=1522501&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Thu
Sep 12 09:28:53 2013
@@ -232,11 +232,6 @@
description="Number of sessions that expired ( doesn't include
explicit invalidations )"
type="long" />
- <attribute name="loaded"
- description="If the session id is loaded in memory?"
- type="boolean"
- writeable = "false" />
-
<attribute name="jvmRoute"
description="Retrieve the JvmRoute for the enclosing Engine"
type="java.lang.String"
@@ -395,6 +390,15 @@
returnType="java.lang.String">
</operation>
+ <operation name="isLoaded"
+ description="If the session id is loaded in memory?"
+ impact="ACTION"
+ returnType="booelan">
+ <parameter name="sessionId"
+ description="Id of the session"
+ type="java.lang.String"/>
+ </operation>
+
</mbean>
</mbeans-descriptors>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]