From: markt Date: Tue, 25 May 2010 23:38:40 +0000 (+0000) Subject: GSOC 2010 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dbfc3e81e7871c8f02512520825ef9c8b42678ec;p=tomcat7.0 GSOC 2010 Expose additional cluster attributes Patch provided by chamith buddhika git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@948255 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/ha/mbeans-descriptors.xml b/java/org/apache/catalina/ha/mbeans-descriptors.xml index c51a2bc65..68243bc95 100644 --- a/java/org/apache/catalina/ha/mbeans-descriptors.xml +++ b/java/org/apache/catalina/ha/mbeans-descriptors.xml @@ -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"> + + + + + + + + + name="nrOfCrossContextSendRequests" + description="The number of cross context send requests." + type="long" + writeable="false"/> + + + + +