User: janb    
  Date: 02/02/23 21:35:18

  Modified:    jetty/src/main/org/mortbay/http/jmx HttpContextMBean.java
                        HttpListenerMBean.java HttpServerMBean.java
                        NCSARequestLogMBean.java SocketListenerMBean.java
  Log:
  Updated to latest Jetty version: Jetty_4_0_B2
  
  Revision  Changes    Path
  1.3       +0 -0      
contrib/jetty/src/main/org/mortbay/http/jmx/HttpContextMBean.java
  
  Index: HttpContextMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/mortbay/http/jmx/HttpContextMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpContextMBean.java     20 Feb 2002 05:33:43 -0000      1.2
  +++ HttpContextMBean.java     24 Feb 2002 05:35:18 -0000      1.3
  @@ -1,6 +1,6 @@
   // ========================================================================
   // Copyright (c) 1999 Mort Bay Consulting (Australia) Pty. Ltd.
  -// $Id: HttpContextMBean.java,v 1.2 2002/02/20 05:33:43 janb Exp $
  +// $Id: HttpContextMBean.java,v 1.3 2002/02/24 05:35:18 janb Exp $
   // ========================================================================
   
   package org.mortbay.http.jmx;
  @@ -33,7 +33,7 @@
   /* ------------------------------------------------------------ */
   /** 
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @author Greg Wilkins (gregw)
    */
   public class HttpContextMBean extends LifeCycleMBean
  
  
  
  1.3       +0 -0      
contrib/jetty/src/main/org/mortbay/http/jmx/HttpListenerMBean.java
  
  Index: HttpListenerMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/mortbay/http/jmx/HttpListenerMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpListenerMBean.java    20 Feb 2002 05:33:43 -0000      1.2
  +++ HttpListenerMBean.java    24 Feb 2002 05:35:18 -0000      1.3
  @@ -1,6 +1,6 @@
   // ========================================================================
   // Copyright (c) 1999 Mort Bay Consulting (Australia) Pty. Ltd.
  -// $Id: HttpListenerMBean.java,v 1.2 2002/02/20 05:33:43 janb Exp $
  +// $Id: HttpListenerMBean.java,v 1.3 2002/02/24 05:35:18 janb Exp $
   // ========================================================================
   
   package org.mortbay.http.jmx;
  @@ -27,7 +27,7 @@
   /* ------------------------------------------------------------ */
   /** 
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @author Greg Wilkins (gregw)
    */
   public class HttpListenerMBean
  
  
  
  1.3       +0 -0      contrib/jetty/src/main/org/mortbay/http/jmx/HttpServerMBean.java
  
  Index: HttpServerMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/mortbay/http/jmx/HttpServerMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpServerMBean.java      20 Feb 2002 05:33:43 -0000      1.2
  +++ HttpServerMBean.java      24 Feb 2002 05:35:18 -0000      1.3
  @@ -1,6 +1,6 @@
   // ========================================================================
   // Copyright (c) 1999 Mort Bay Consulting (Australia) Pty. Ltd.
  -// $Id: HttpServerMBean.java,v 1.2 2002/02/20 05:33:43 janb Exp $
  +// $Id: HttpServerMBean.java,v 1.3 2002/02/24 05:35:18 janb Exp $
   // ========================================================================
   
   package org.mortbay.http.jmx;
  @@ -41,7 +41,7 @@
    * listener of the HttpServer, so it can create and destroy MBean
    * wrappers for listeners and contexts.
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @author Greg Wilkins (gregw)
    */
   public class HttpServerMBean extends LifeCycleMBean
  
  
  
  1.3       +0 -0      
contrib/jetty/src/main/org/mortbay/http/jmx/NCSARequestLogMBean.java
  
  Index: NCSARequestLogMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/mortbay/http/jmx/NCSARequestLogMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NCSARequestLogMBean.java  20 Feb 2002 05:33:43 -0000      1.2
  +++ NCSARequestLogMBean.java  24 Feb 2002 05:35:18 -0000      1.3
  @@ -1,6 +1,6 @@
   // ========================================================================
   // Copyright (c) 1999 Mort Bay Consulting (Australia) Pty. Ltd.
  -// $Id: NCSARequestLogMBean.java,v 1.2 2002/02/20 05:33:43 janb Exp $
  +// $Id: NCSARequestLogMBean.java,v 1.3 2002/02/24 05:35:18 janb Exp $
   // ========================================================================
   
   package org.mortbay.http.jmx;
  @@ -22,7 +22,7 @@
   /* ------------------------------------------------------------ */
   /** 
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @author Greg Wilkins (gregw)
    */
   public class NCSARequestLogMBean extends LifeCycleMBean
  
  
  
  1.3       +0 -0      
contrib/jetty/src/main/org/mortbay/http/jmx/SocketListenerMBean.java
  
  Index: SocketListenerMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/mortbay/http/jmx/SocketListenerMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SocketListenerMBean.java  20 Feb 2002 05:33:43 -0000      1.2
  +++ SocketListenerMBean.java  24 Feb 2002 05:35:18 -0000      1.3
  @@ -1,6 +1,6 @@
   // ========================================================================
   // Copyright (c) 1999 Mort Bay Consulting (Australia) Pty. Ltd.
  -// $Id: SocketListenerMBean.java,v 1.2 2002/02/20 05:33:43 janb Exp $
  +// $Id: SocketListenerMBean.java,v 1.3 2002/02/24 05:35:18 janb Exp $
   // ========================================================================
   
   package org.mortbay.http.jmx;
  @@ -29,7 +29,7 @@
   /* ------------------------------------------------------------ */
   /** 
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @author Greg Wilkins (gregw)
    */
   public class SocketListenerMBean extends HttpListenerMBean
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to