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

Ron Sigal ron_sigal at yahoo.com
Thu Feb 15 21:49:00 EST 2007


  User: rsigal  
  Date: 07/02/15 21:49:00

  Modified:    src/main/org/jboss/remoting/transport/multiplex 
                        MultiplexServerInvoker.java
  Log:
  JBREM-666:  Added static trace variable.
  
  Revision  Changes    Path
  1.61      +1 -0      JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiplexServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.java,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -b -r1.60 -r1.61
  --- MultiplexServerInvoker.java	2 Nov 2006 16:33:38 -0000	1.60
  +++ MultiplexServerInvoker.java	16 Feb 2007 02:49:00 -0000	1.61
  @@ -67,6 +67,7 @@
   implements Runnable, VirtualSocket.DisconnectListener
   {
      protected static final Logger log = Logger.getLogger(MultiplexServerInvoker.class);
  +   private static boolean trace = log.isTraceEnabled();
      
      private static Map socketGroupMap = new HashMap();
      private static Map addressPairMap = new HashMap();
  
  
  



More information about the jboss-cvs-commits mailing list