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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 13 07:42:35 EST 2007


  User: ovidiu  
  Date: 07/01/13 07:42:35

  Modified:    src/main/org/jboss/remoting/transport/local  Tag:
                        remoting_2_x LocalClientInvoker.java
  Log:
  Various logging improvments, minor reformatting and new tests in preparation 
  for a solution for http://jira.jboss.org/jira/browse/JBREM-666.
  
  Includes http://jira.jboss.org/jira/browse/JBREM-667.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.1  +4 -1      JBossRemoting/src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java,v
  retrieving revision 1.15
  retrieving revision 1.15.2.1
  diff -u -b -r1.15 -r1.15.2.1
  --- LocalClientInvoker.java	20 Sep 2006 04:22:23 -0000	1.15
  +++ LocalClientInvoker.java	13 Jan 2007 12:42:35 -0000	1.15.2.1
  @@ -33,6 +33,7 @@
   import org.jboss.remoting.marshal.UnMarshaller;
   import org.jboss.remoting.serialization.SerializationStreamFactory;
   import org.jboss.remoting.transport.BidirectionalClientInvoker;
  +import org.jboss.logging.Logger;
   
   import java.io.IOException;
   import java.util.Map;
  @@ -45,10 +46,12 @@
    * same JVM as the callback server.
    *
    * @author <a href="mailto:telrod at vocalocity.net">Tom Elrod</a>
  - * @version $Revision: 1.15 $
  + * @version $Revision: 1.15.2.1 $
    */
   public class LocalClientInvoker extends AbstractInvoker implements BidirectionalClientInvoker
   {
  +   private static final Logger log = Logger.getLogger(LocalClientInvoker.class);
  +
      private ServerInvoker serverInvoker;
      private boolean isConnected = false;
      private boolean byValue = false;
  
  
  



More information about the jboss-cvs-commits mailing list