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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Wed Jan 10 05:30:33 EST 2007


  User: ovidiu  
  Date: 07/01/10 05:30:33

  Modified:    src/main/org/jboss/remoting/transport  Tag: remoting_2_x
                        ClientInvoker.java
  Log:
  Proposed fix for http://jira.jboss.org/jira/browse/JBREM-662
  Even if functionality changes will be refactored, I would kindly request
  that the extra log statements to be left in place.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.3   +0 -7      JBossRemoting/src/main/org/jboss/remoting/transport/ClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/ClientInvoker.java,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -b -r1.7.2.2 -r1.7.2.3
  --- ClientInvoker.java	7 Dec 2006 03:22:31 -0000	1.7.2.2
  +++ ClientInvoker.java	10 Jan 2007 10:30:33 -0000	1.7.2.3
  @@ -58,23 +58,16 @@
      /**
       * Gets the client locator.  This locator will be used by the server side
       * to make callbacks to the handler for this locator.
  -    *
  -    * @return
       */
      public InvokerLocator getClientLocator(String listenerId);
   
      /**
       * Gets list of AbstractInvoker.CallbackLocatorHolder containing listener id and locator
  -    * @param sessionId
  -    * @param handler
  -    * @return
       */
      public List getClientLocators(String sessionId, InvokerCallbackHandler handler);
   
      /**
       * Gets SocketFactory used to connect to ServerInvoker.
  -    *
  -    * @return
       */
      public SocketFactory getSocketFactory();
   
  
  
  



More information about the jboss-cvs-commits mailing list