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

Timothy Fox tim.fox at jboss.com
Wed Jan 31 06:10:23 EST 2007


  User: timfox  
  Date: 07/01/31 06:10:23

  Modified:    src/main/org/jboss/remoting/transport/socket  Tag:
                        remoting_2_x SocketWrapper.java
  Log:
  Added optimisation in ServerInvoker for the case when there is only one invocation handler
  Also fixed broken build (SocketWrapper.TEMP_TIMEOUT was missing)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.10.5  +2 -0      JBossRemoting/src/main/org/jboss/remoting/transport/socket/SocketWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SocketWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/socket/SocketWrapper.java,v
  retrieving revision 1.8.10.4
  retrieving revision 1.8.10.5
  diff -u -b -r1.8.10.4 -r1.8.10.5
  --- SocketWrapper.java	30 Jan 2007 07:41:41 -0000	1.8.10.4
  +++ SocketWrapper.java	31 Jan 2007 11:10:23 -0000	1.8.10.5
  @@ -42,6 +42,8 @@
      public static final String MARSHALLER = "marshaller";
      public static final String UNMARSHALLER = "unmarshaller";
   
  +   public static final String TEMP_TIMEOUT = "temptimeout";
  +   
      // Static ---------------------------------------------------------------------------------------
   
      private static boolean trace = log.isTraceEnabled();
  
  
  



More information about the jboss-cvs-commits mailing list