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

Ron Sigal ron_sigal at yahoo.com
Tue Nov 20 04:15:17 EST 2007


  User: rsigal  
  Date: 07/11/20 04:15:17

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x Remoting.java
  Log:
  JBREM-758:  Added CLIENT_ADDRESS key.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.4   +6 -0      JBossRemoting/src/main/org/jboss/remoting/Remoting.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Remoting.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/Remoting.java,v
  retrieving revision 1.3.4.3
  retrieving revision 1.3.4.4
  diff -u -b -r1.3.4.3 -r1.3.4.4
  --- Remoting.java	17 Jan 2007 03:15:48 -0000	1.3.4.3
  +++ Remoting.java	20 Nov 2007 09:15:17 -0000	1.3.4.4
  @@ -57,4 +57,10 @@
       * a socket creation listener for sockets created by a ServerSocket.
       */
      public static final String SOCKET_CREATION_SERVER_LISTENER = "socketCreationServerListener";
  +
  +   /**
  +    * Key with which host address of client will be associated in InvocationRequest
  +    * request payload.
  +    */
  +   public static final String CLIENT_ADDRESS = "clientAddress";
   }
  
  
  



More information about the jboss-cvs-commits mailing list