From dbfc3e81e7871c8f02512520825ef9c8b42678ec Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 25 May 2010 23:38:40 +0000 Subject: [PATCH] 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 --- java/org/apache/catalina/ha/mbeans-descriptors.xml | 62 ++++++++++++++++++++-- 1 file changed, 58 insertions(+), 4 deletions(-) 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"/> + + + + + -- 2.11.0