User: patriot1burke
  Date: 02/01/04 15:15:22

  Modified:    src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java
  Log:
  moved some fields to protected for HA stuff
  
  Revision  Changes    Path
  1.3       +4 -4      jboss/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
  
  Index: JRMPInvoker.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JRMPInvoker.java  2001/12/31 20:49:45     1.2
  +++ JRMPInvoker.java  2002/01/04 23:15:22     1.3
  @@ -53,7 +53,7 @@
   *
   *  @author <a href="mailto:[EMAIL PROTECTED]>Marc Fleury</a>
   *
  -*  @version $Revision: 1.2 $
  +*  @version $Revision: 1.3 $
   */
   
   public class JRMPInvoker
  @@ -84,8 +84,8 @@
      protected MBeanServer server;
      protected ObjectName serviceName;
      
  -   private int state;
  -   private int id = 0;
  +   protected int state;
  +   protected int id = 0;
      
      // Static --------------------------------------------------------
      
  @@ -149,7 +149,7 @@
         log.debug("Container Invoker Client SocketFactory='"+(clientSocketFactory == 
null ? "Default" : clientSocketFactory.toString())+"'");
         log.debug("Container Invoker Server SocketFactory='"+(serverSocketFactory == 
null ? "Default" : serverSocketFactory.toString())+"'");
         log.debug("Container Invoker Server SocketAddr='"+(serverAddress == null ? 
"Default" : serverAddress)+"'");
  -      
  +       
         log.info("created");
      }
      
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to