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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Mon Jan 15 19:29:28 EST 2007


  User: ovidiu  
  Date: 07/01/15 19:29:28

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        ServerInvoker.java
  Log:
  more TRACE logging and tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.52.2.13 +4 -4      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.52.2.12
  retrieving revision 1.52.2.13
  diff -u -b -r1.52.2.12 -r1.52.2.13
  --- ServerInvoker.java	13 Jan 2007 12:42:34 -0000	1.52.2.12
  +++ ServerInvoker.java	16 Jan 2007 00:29:28 -0000	1.52.2.13
  @@ -60,7 +60,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
  - * @version $Revision: 1.52.2.12 $
  + * @version $Revision: 1.52.2.13 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -1384,13 +1384,11 @@
      public void start() throws IOException
      {
         started = true;
  -      log.debug("Invoker started for locator: " + getLocator());
  +      log.debug(this + " started");
      }
   
      /**
       * return true if the server invoker is started, false if not
  -    *
  -    * @return
       */
      public boolean isStarted()
      {
  @@ -1410,6 +1408,8 @@
            ServerInvokerCallbackHandler callbackHandler = (ServerInvokerCallbackHandler) it.next();
            callbackHandler.destroy();
         }
  +
  +      log.debug(this + " stopped");
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list