You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/05/26 01:38:40 UTC

svn commit: r948255 - /tomcat/trunk/java/org/apache/catalina/ha/mbeans-descriptors.xml

Author: markt
Date: Tue May 25 23:38:40 2010
New Revision: 948255

URL: http://svn.apache.org/viewvc?rev=948255&view=rev
Log:
GSOC 2010
Expose additional cluster attributes
Patch provided by chamith buddhika 

Modified:
    tomcat/trunk/java/org/apache/catalina/ha/mbeans-descriptors.xml

Modified: tomcat/trunk/java/org/apache/catalina/ha/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/mbeans-descriptors.xml?rev=948255&r1=948254&r2=948255&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/ha/mbeans-descriptors.xml Tue May 25 23:38:40 2010
@@ -20,7 +20,33 @@
     description="Tcp Cluster implementation"
     domain="Catalina"
     group="Cluster"
-    type="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
+    type="org.apache.catalina.ha.tcp.SimpleTcpCluster">
+    <attribute
+      name="className"
+      description="Fully qualified class name of the managed object"
+      type="java.lang.String"
+      writeable="false"/>
+    <attribute
+      name="channelSendOptions"
+      description="Flag to indicate trigger behaviour when message is being sent through the channel"
+      type="int"/>
+    <attribute
+      name="channelStartOptions"
+      description="This flag indicates desired start and stop sequences of the channel"
+      type="int"/>
+    <attribute
+      name="clusterName"
+      description="The name of the cluster that this Server is currently configured to operate within."
+      type="java.lang.String"/>
+    <attribute
+      name="heartbeatBackgroundEnabled"
+      description="Heartbeat enable flag (default false)"
+      type="boolean"/>
+    <attribute
+      name="notifyLifecycleListenerOnFailure"
+      description="Whether to notify LifecycleListener on faliure?"
+      type="boolean"/>
+  </mbean>
   <mbean
     name="SimpleTcpReplicationManager"
     className="org.apache.catalina.mbeans.ClassNameMBean"
@@ -83,13 +109,41 @@
     group="Valve"
     type="org.apache.catalina.ha.tcp.ReplicationValve">
     <attribute
+      name="asyncSupported"
+      description="Does this valve support async reporting? "
+      type="boolean"/>
+    <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"/>
+      name="nrOfCrossContextSendRequests"
+      description="The number of cross context send requests."
+      type="long"
+      writeable="false"/>
+    <attribute
+      name="nrOfFilterRequests"
+      description="The number of filter requests. "
+      type="long"
+      writeable="false"/>
+    <attribute
+      name="primaryIndicator"
+      description="Is this the primary indicator? "
+      type="boolean"/>
+    <attribute
+      name="primaryIndicatorName"
+      description="The primary indicator name."
+      type="java.lang.String"/>
+    <attribute
+      name="totalRequestTime"
+      description="The total request time."
+      type="long"
+      writeable="false"/>
+    <attribute
+      name="totalSendTime"
+      description="The total send time."
+      type="long"
+      writeable="false"/>
   </mbean>
 </mbeans-descriptors>



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