[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/socket ...
Ron Sigal
ron_sigal at yahoo.com
Tue Dec 19 01:02:23 EST 2006
User: rsigal
Date: 06/12/19 01:02:23
Modified: src/main/org/jboss/remoting/transport/socket Tag:
remoting_2_x SocketServerInvoker.java
Log:
JBREM-650: Made MAX_POOL_SIZE_DEFAULT protected.
Revision Changes Path
No revision
No revision
1.30.2.4 +2 -2 JBossRemoting/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SocketServerInvoker.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java,v
retrieving revision 1.30.2.3
retrieving revision 1.30.2.4
diff -u -b -r1.30.2.3 -r1.30.2.4
--- SocketServerInvoker.java 14 Dec 2006 01:04:25 -0000 1.30.2.3
+++ SocketServerInvoker.java 19 Dec 2006 06:02:23 -0000 1.30.2.4
@@ -45,7 +45,7 @@
*
* @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
* @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
- * @version $Revision: 1.30.2.3 $
+ * @version $Revision: 1.30.2.4 $
* @jmx:mbean
*/
public class SocketServerInvoker extends ServerInvoker implements Runnable, SocketServerInvokerMBean
@@ -57,7 +57,7 @@
private Properties props = new Properties();
private static int BACKLOG_DEFAULT = 200;
- private static int MAX_POOL_SIZE_DEFAULT = 300;
+ protected static int MAX_POOL_SIZE_DEFAULT = 300;
/**
* Key for indicating if socket invoker should continue to keep socket connection between
More information about the jboss-cvs-commits
mailing list