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

Ron Sigal ron_sigal at yahoo.com
Tue Jan 16 00:50:50 EST 2007


  User: rsigal  
  Date: 07/01/16 00:50:50

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x Remoting.java
  Log:
  JBREM-298: Added constant SOCKET_CREATION_LISTENER.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.1   +2 -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
  retrieving revision 1.3.4.1
  diff -u -b -r1.3 -r1.3.4.1
  --- Remoting.java	1 Aug 2006 06:19:45 -0000	1.3
  +++ Remoting.java	16 Jan 2007 05:50:50 -0000	1.3.4.1
  @@ -45,4 +45,6 @@
       * the socket factory to be used.
       */
      public static final String SOCKET_FACTORY_NAME = "socketFactory";
  +   
  +   public static final String SOCKET_CREATION_LISTENER = "socketCreationListener";
   }
  
  
  



More information about the jboss-cvs-commits mailing list