[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/socket ...

Ron Sigal ron_sigal at yahoo.com
Wed Dec 13 20:04:25 EST 2006


  User: rsigal  
  Date: 06/12/13 20:04:25

  Modified:    src/main/org/jboss/remoting/transport/socket  Tag:
                        remoting_2_x SocketServerInvoker.java
  Log:
  JBREM-650: Made serverSocketClass protected.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.30.2.3  +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.2
  retrieving revision 1.30.2.3
  diff -u -b -r1.30.2.2 -r1.30.2.3
  --- SocketServerInvoker.java	3 Nov 2006 18:58:40 -0000	1.30.2.2
  +++ SocketServerInvoker.java	14 Dec 2006 01:04:25 -0000	1.30.2.3
  @@ -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.2 $
  + * @version $Revision: 1.30.2.3 $
    * @jmx:mbean
    */
   public class SocketServerInvoker extends ServerInvoker implements Runnable, SocketServerInvokerMBean
  @@ -70,7 +70,7 @@
       * Specifies the fully qualified class name for the custom SocketWrapper implementation to use on the server.
       */
      public static final String SERVER_SOCKET_CLASS_FLAG = "serverSocketClass";
  -   private String serverSocketClass = ServerSocketWrapper.class.getName();
  +   protected String serverSocketClass = ServerSocketWrapper.class.getName();
   
      protected ServerSocket serverSocket = null;
      protected boolean running = false;
  
  
  



More information about the jboss-cvs-commits mailing list