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

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/rmi  Tag: remoting_2_x
                        RMIServerInvoker.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.17.4.1  +4 -3      JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RMIServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java,v
  retrieving revision 1.17
  retrieving revision 1.17.4.1
  diff -u -b -r1.17 -r1.17.4.1
  --- RMIServerInvoker.java	1 Aug 2006 06:29:02 -0000	1.17
  +++ RMIServerInvoker.java	13 Jan 2007 12:42:35 -0000	1.17.4.1
  @@ -29,6 +29,7 @@
   import org.jboss.remoting.marshal.UnMarshaller;
   import org.jboss.remoting.marshal.UnMarshallerDecorator;
   import org.jboss.remoting.marshal.serializable.SerializableMarshaller;
  +import org.jboss.logging.Logger;
   
   import javax.net.SocketFactory;
   import java.io.ByteArrayInputStream;
  @@ -50,10 +51,12 @@
    *
    * @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.17 $
  + * @version $Revision: 1.17.4.1 $
    */
   public class RMIServerInvoker extends ServerInvoker implements RMIServerInvokerInf
   {
  +   private static final Logger log = Logger.getLogger(RMIServerInvoker.class);
  +
      private Remote stub;
   
      /**
  @@ -229,8 +232,6 @@
       * returns true if the transport is bi-directional in nature, for example,
       * SOAP in unidirectional and SOCKETs are bi-directional (unless behind a firewall
       * for example).
  -    *
  -    * @return
       */
      public boolean isTransportBiDirectional()
      {
  
  
  



More information about the jboss-cvs-commits mailing list