You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/08 16:17:33 UTC

svn commit: r812520 - in /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster: mbeans-descriptors.xml tcp/mbeans-descriptors.xml

Author: rjung
Date: Tue Sep  8 14:17:32 2009
New Revision: 812520

URL: http://svn.apache.org/viewvc?rev=812520&view=rev
Log:
Merge/move top level mbean descriptors for tcp
components to the tcp mbean descriptors file.

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/mbeans-descriptors.xml
    tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml

Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/mbeans-descriptors.xml?rev=812520&r1=812519&r2=812520&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/mbeans-descriptors.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/mbeans-descriptors.xml Tue Sep  8 14:17:32 2009
@@ -17,94 +17,4 @@
 -->
 <mbeans-descriptors>
 
-  <mbean         name="SimpleTcpCluster"
-            className="org.apache.catalina.mbeans.ClassNameMBean"
-          description="Tcp Cluster implementation"
-               domain="Catalina"
-                group="Cluster"
-                 type="org.apache.catalina.cluster.tcp.SimpleTcpCluster">
-
-    <attribute   name="protocolStack"
-          description="JavaGroups protocol stack selection"
-                 type="java.lang.String"/>
-
-  </mbean>
-
-
-  <mbean         name="SimpleTcpReplicationManager"
-            className="org.apache.catalina.mbeans.ClassNameMBean"
-          description="Clustered implementation of the Manager interface"
-               domain="Catalina"
-                group="Manager"
-                 type="org.apache.catalina.cluster.tcp.SimpleTcpReplicationManager">
-
-    <attribute   name="algorithm"
-          description="The message digest algorithm to be used when generating
-                       session identifiers"
-                 type="java.lang.String"/>
-
-    <attribute   name="checkInterval"
-          description="The interval (in seconds) between checks for expired
-                       sessions"
-                 type="int"/>
-
-    <attribute   name="className"
-          description="Fully qualified class name of the managed object"
-                 type="java.lang.String"
-            writeable="false"/>
-
-    <attribute   name="distributable"
-          description="The distributable flag for Sessions created by this
-                       Manager"
-                 type="boolean"/>
-
-    <attribute   name="entropy"
-          description="A String initialization parameter used to increase the
-                       entropy of the initialization of our random number
-                       generator"
-                 type="java.lang.String"/>
-
-    <attribute   name="managedResource"
-          description="The managed resource this MBean is associated with"
-                 type="java.lang.Object"/>
-
-    <attribute   name="maxActiveSessions"
-          description="The maximum number of active Sessions allowed, or -1
-                       for no limit"
-                 type="int"/>
-
-    <attribute   name="maxInactiveInterval"
-          description="The default maximum inactive interval for Sessions
-                       created by this Manager"
-                 type="int"/>
-
-    <attribute   name="name"
-          description="The descriptive name of this Manager implementation
-                       (for logging)"
-                 type="java.lang.String"
-            writeable="false"/>
-
-  </mbean>
-
-
-
-<mbean         name="ReplicationValve"
-            className="org.apache.catalina.mbeans.ClassNameMBean"
-          description="Valve for simple tcp replication"
-               domain="Catalina"
-                group="Valve"
-                 type="org.apache.catalina.cluster.tcp.ReplicationValve">
-
-    <attribute   name="className"
-          description="Fully qualified class name of the managed object"
-                 type="java.lang.String"
-            writeable="false"/>
-
-    <attribute   name="debug"
-          description="The debugging detail level for this component"
-                 type="int"/>
-
-  </mbean>
-
-
 </mbeans-descriptors>

Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml?rev=812520&r1=812519&r2=812520&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml Tue Sep  8 14:17:32 2009
@@ -102,6 +102,61 @@
                  
   </mbean>
 
+  <mbean         name="SimpleTcpReplicationManager"
+            className="org.apache.catalina.mbeans.ClassNameMBean"
+          description="Clustered implementation of the Manager interface"
+               domain="Catalina"
+                group="Manager"
+                 type="org.apache.catalina.cluster.tcp.SimpleTcpReplicationManager">
+
+    <attribute   name="algorithm"
+          description="The message digest algorithm to be used when generating
+                       session identifiers"
+                 type="java.lang.String"/>
+
+    <attribute   name="checkInterval"
+          description="The interval (in seconds) between checks for expired
+                       sessions"
+                 type="int"/>
+
+    <attribute   name="className"
+          description="Fully qualified class name of the managed object"
+                 type="java.lang.String"
+            writeable="false"/>
+
+    <attribute   name="distributable"
+          description="The distributable flag for Sessions created by this
+                       Manager"
+                 type="boolean"/>
+
+    <attribute   name="entropy"
+          description="A String initialization parameter used to increase the
+                       entropy of the initialization of our random number
+                       generator"
+                 type="java.lang.String"/>
+
+    <attribute   name="managedResource"
+          description="The managed resource this MBean is associated with"
+                 type="java.lang.Object"/>
+
+    <attribute   name="maxActiveSessions"
+          description="The maximum number of active Sessions allowed, or -1
+                       for no limit"
+                 type="int"/>
+
+    <attribute   name="maxInactiveInterval"
+          description="The default maximum inactive interval for Sessions
+                       created by this Manager"
+                 type="int"/>
+
+    <attribute   name="name"
+          description="The descriptive name of this Manager implementation
+                       (for logging)"
+                 type="java.lang.String"
+            writeable="false"/>
+
+  </mbean>
+
   <mbean         name="ReplicationListener"
            description="Tcp Cluster ReplicationListener implementation"
                domain="Catalina"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org