[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...
Ron Sigal
ron_sigal at yahoo.com
Tue Jan 16 21:57:10 EST 2007
User: rsigal
Date: 07/01/16 21:57:10
Modified: src/main/org/jboss/remoting Remoting.java
Log:
JBREM-298: Created distinction between client and server socket creation listeners.
Revision Changes Path
1.5 +3 -1 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.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Remoting.java 16 Jan 2007 08:05:45 -0000 1.4
+++ Remoting.java 17 Jan 2007 02:57:10 -0000 1.5
@@ -46,5 +46,7 @@
*/
public static final String SOCKET_FACTORY_NAME = "socketFactory";
- public static final String SOCKET_CREATION_LISTENER = "socketCreationListener";
+ public static final String SOCKET_CREATION_CLIENT_LISTENER = "socketCreationClientListener";
+
+ public static final String SOCKET_CREATION_SERVER_LISTENER = "socketCreationServerListener";
}
More information about the jboss-cvs-commits
mailing list