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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Wed Jan 24 20:07:09 EST 2007


  User: ovidiu  
  Date: 07/01/24 20:07:09

  Modified:    src/main/org/jboss/remoting   Tag: remoting_2_x
                        ConnectionNotifier.java ServerInvoker.java
  Log:
  various minor reformatting and logging improvments in preparation of http://jira.jboss.org/jira/browse/JBREM-689
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.10.1  +2 -3      JBossRemoting/src/main/org/jboss/remoting/ConnectionNotifier.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConnectionNotifier.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ConnectionNotifier.java,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -b -r1.2 -r1.2.10.1
  --- ConnectionNotifier.java	19 Jan 2006 04:25:24 -0000	1.2
  +++ ConnectionNotifier.java	25 Jan 2007 01:07:09 -0000	1.2.10.1
  @@ -6,9 +6,8 @@
   import org.jboss.logging.Logger;
   
   /**
  - * This class is used on the server side to notify any connection listeners
  - * when a client connection has been terminated (either by loss of lease or
  - * by normal disconnect).
  + * This class is used on the server side to notify any connection listeners when a client connection
  + * has been terminated (either by loss of lease or by normal disconnect).
    *
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
    */
  
  
  
  1.52.2.24 +3 -2      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.23
  retrieving revision 1.52.2.24
  diff -u -b -r1.52.2.23 -r1.52.2.24
  --- ServerInvoker.java	23 Jan 2007 11:49:49 -0000	1.52.2.23
  +++ ServerInvoker.java	25 Jan 2007 01:07:09 -0000	1.52.2.24
  @@ -65,7 +65,7 @@
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.52.2.23 $
  + * @version $Revision: 1.52.2.24 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -1530,7 +1530,8 @@
         String id = ServerInvokerCallbackHandler.getId(invocation);
         synchronized(callbackHandlers)
         {
  -         callbackHandler = (ServerInvokerCallbackHandler) callbackHandlers.get(id);
  +         callbackHandler = (ServerInvokerCallbackHandler)callbackHandlers.get(id);
  +
            // if does not exist, create it
            if(callbackHandler == null)
            {
  
  
  



More information about the jboss-cvs-commits mailing list