Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 91991 invoked from network); 8 Jul 2010 21:56:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 21:56:51 -0000 Received: (qmail 77067 invoked by uid 500); 8 Jul 2010 21:56:50 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 76997 invoked by uid 500); 8 Jul 2010 21:56:49 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 76988 invoked by uid 99); 8 Jul 2010 21:56:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 21:56:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 21:56:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1F97A23888E4; Thu, 8 Jul 2010 21:55:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r961956 - in /tomcat/trunk/java/org/apache/catalina: ha/session/ ha/tcp/ tribes/ tribes/transport/ users/ valves/ Date: Thu, 08 Jul 2010 21:55:46 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100708215547.1F97A23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Thu Jul 8 21:55:46 2010 New Revision: 961956 URL: http://svn.apache.org/viewvc?rev=961956&view=rev Log: GSOC 2010. Continue work to align MBean descriptors with reality. Patch provided by Chamith Buddhika. Removed: tomcat/trunk/java/org/apache/catalina/tribes/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/tribes/transport/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/ha/session/SimpleTcpReplicationManager.java tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/users/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/ha/session/SimpleTcpReplicationManager.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/SimpleTcpReplicationManager.java?rev=961956&r1=961955&r2=961956&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/SimpleTcpReplicationManager.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/SimpleTcpReplicationManager.java Thu Jul 8 21:55:46 2010 @@ -138,6 +138,11 @@ public class SimpleTcpReplicationManager this.defaultMode = defaultMode; } + public boolean getUseDirtyFlag() + { + return useDirtyFlag; + } + public void setUseDirtyFlag(boolean usedirtyflag) { this.useDirtyFlag = usedirtyflag; @@ -158,6 +163,11 @@ public class SimpleTcpReplicationManager { return mExpireSessionsOnShutdown; } + + public boolean getPrintToScreen() + { + return mPrintToScreen; + } public void setPrintToScreen(boolean printtoscreen) { @@ -165,6 +175,11 @@ public class SimpleTcpReplicationManager log.debug("Setting screen debug to:"+printtoscreen); mPrintToScreen = printtoscreen; } + + public boolean getSynchronousReplication() + { + return synchronousReplication; + } public void setSynchronousReplication(boolean flag) { Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=961956&r1=961955&r2=961956&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Thu Jul 8 21:55:46 2010 @@ -311,78 +311,93 @@ description="Number of sessions we rejected due to maxActive beeing reached" type="int"/> - + returnType="void"> + + + + returnType="[Lorg.apache.catalina.Session;"> + + + - + - + - - - - - - + + returnType="java.lang.String"> + + + - - - - - - - - - - - - + returnType="void"> + + + returnType="org.apache.catalina.Session"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml?rev=961956&r1=961955&r2=961956&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml Thu Jul 8 21:55:46 2010 @@ -100,1072 +100,6 @@ returnType="void"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?rev=961956&r1=961955&r2=961956&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Thu Jul 8 21:55:46 2010 @@ -22,29 +22,51 @@ domain="Catalina" group="Valve" type="org.apache.catalina.valves.AccessLogValve"> + + + + + + - - - - + + - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + + + + + + + - + + + - + + + + - + + + + + + + + + - + + - - - - - - - - - - - - - - - - - - + + + + + +