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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 20 01:35:16 EST 2007


  User: ovidiu  
  Date: 07/01/20 01:35:16

  Modified:    src/main/org/jboss/remoting/transport  Tag: remoting_2_x
                        Connector.java
  Log:
  Extra logging, minor reformatting.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.27.2.1  +4 -3      JBossRemoting/src/main/org/jboss/remoting/transport/Connector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Connector.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/Connector.java,v
  retrieving revision 1.27
  retrieving revision 1.27.2.1
  diff -u -b -r1.27 -r1.27.2.1
  --- Connector.java	30 Aug 2006 15:50:46 -0000	1.27
  +++ Connector.java	20 Jan 2007 06:35:16 -0000	1.27.2.1
  @@ -111,7 +111,7 @@
    * @author <a href="mailto:d_jencks at users.sourceforge.net">David Jencks</a>
    * @author <a href="mailto:juha at jboss.org">Juha Lindfors</a>
    * @author <a href="mailto:tom at jboss.org">Tom Elrod</a>
  - * @version $Revision: 1.27 $
  + * @version $Revision: 1.27.2.1 $
    * @jmx.mbean description = "An MBean wrapper around a ServerInvoker."
    * @jboss.xmbean
    */
  @@ -289,8 +289,7 @@
       * @jmx.managed-operation description = "Start sets up the ServerInvoker we are wrapping."
       * impact      = "ACTION"
       */
  -   public void start()
  -         throws Exception
  +   public void start() throws Exception
      {
         if (!isStarted)
         {
  @@ -333,6 +332,8 @@
               }
            }
            isStarted = true;
  +
  +         log.debug(this + " started");
         }
   
      }
  
  
  



More information about the jboss-cvs-commits mailing list