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

Ron Sigal ron_sigal at yahoo.com
Tue Jan 16 22:16:34 EST 2007


  User: rsigal  
  Date: 07/01/16 22:16:34

  Modified:    src/main/org/jboss/remoting  Remoting.java
  Log:
  JBREM-298:  Added javadoc.
  
  Revision  Changes    Path
  1.6       +8 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Remoting.java	17 Jan 2007 02:57:10 -0000	1.5
  +++ Remoting.java	17 Jan 2007 03:16:34 -0000	1.6
  @@ -46,7 +46,15 @@
       */
      public static final String SOCKET_FACTORY_NAME = "socketFactory";
      
  +   /**
  +    * Key for the configuration map passed to a Client or Connector to indicate
  +    * a socket creation listener for sockets created by a SocketFactory.
  +    */
      public static final String SOCKET_CREATION_CLIENT_LISTENER = "socketCreationClientListener";
      
  +   /**
  +    * Key for the configuration map passed to a Client or Connector to indicate
  +    * a socket creation listener for sockets created by a ServerSocket.
  +    */
      public static final String SOCKET_CREATION_SERVER_LISTENER = "socketCreationServerListener";
   }
  
  
  



More information about the jboss-cvs-commits mailing list