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

Ron Sigal ron_sigal at yahoo.com
Tue Jan 16 03:05:45 EST 2007


  User: rsigal  
  Date: 07/01/16 03:05:45

  Modified:    src/main/org/jboss/remoting  Remoting.java
  Log:
  JBREM-298: Added constant SOCKET_CREATION_LISTENER.
  
  Revision  Changes    Path
  1.4       +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.4
  diff -u -b -r1.3 -r1.4
  --- Remoting.java	1 Aug 2006 06:19:45 -0000	1.3
  +++ Remoting.java	16 Jan 2007 08:05:45 -0000	1.4
  @@ -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