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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 13 07:42:35 EST 2007


  User: ovidiu  
  Date: 07/01/13 07:42:35

  Modified:    src/main/org/jboss/remoting/transport/http  Tag:
                        remoting_2_x HTTPServerInvoker.java
  Log:
  Various logging improvments, minor reformatting and new tests in preparation 
  for a solution for http://jira.jboss.org/jira/browse/JBREM-666.
  
  Includes http://jira.jboss.org/jira/browse/JBREM-667.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.27.4.2  +3 -0      JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPServerInvoker.java,v
  retrieving revision 1.27.4.1
  retrieving revision 1.27.4.2
  diff -u -b -r1.27.4.1 -r1.27.4.2
  --- HTTPServerInvoker.java	11 Jan 2007 20:34:49 -0000	1.27.4.1
  +++ HTTPServerInvoker.java	13 Jan 2007 12:42:35 -0000	1.27.4.2
  @@ -38,6 +38,7 @@
   import org.jboss.util.threadpool.BlockingMode;
   import org.jboss.util.threadpool.ThreadPool;
   import org.jboss.util.threadpool.ThreadPoolMBean;
  +import org.jboss.logging.Logger;
   
   import javax.management.MBeanServer;
   import javax.management.MBeanServerInvocationHandler;
  @@ -74,6 +75,8 @@
    */
   public class HTTPServerInvoker extends WebServerInvoker implements Runnable
   {
  +   private static final Logger log = Logger.getLogger(HTTPServerInvoker.class);
  +
      public static final String MAX_NUM_HTTP_THREADS_KEY = "maxNumThreadsHTTP";
      public static final String HTTP_THREAD_POOL_CLASS_KEY = "HTTPThreadPool";
      public static final String HTTP_KEEP_ALIVE_TIMEOUT_KEY = "keepAliveTimeout";
  
  
  



More information about the jboss-cvs-commits mailing list