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

Ron Sigal ron_sigal at yahoo.com
Wed Apr 11 04:00:56 EDT 2007


  User: rsigal  
  Date: 07/04/11 04:00:56

  Modified:    src/main/org/jboss/remoting/transport/bisocket  Tag:
                        remoting_2_x BisocketServerInvoker.java
  Log:
  JBREM-731:  Added some getters and setters.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.21  +27 -3     JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BisocketServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java,v
  retrieving revision 1.1.2.20
  retrieving revision 1.1.2.21
  diff -u -b -r1.1.2.20 -r1.1.2.21
  --- BisocketServerInvoker.java	7 Apr 2007 08:49:01 -0000	1.1.2.20
  +++ BisocketServerInvoker.java	11 Apr 2007 08:00:56 -0000	1.1.2.21
  @@ -58,7 +58,7 @@
   /**
    *
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.20 $
  + * @version $Revision: 1.1.2.21 $
    * <p>
    * Copyright Nov 23, 2006
    * </p>
  @@ -318,6 +318,18 @@
      }
      
      
  +   public int getControlConnectionRestarts()
  +   {
  +      return controlConnectionRestarts;
  +   }
  +   
  +   
  +   public void setControlConnectionRestarts(int controlConnectionRestarts)
  +   {
  +      this.controlConnectionRestarts = controlConnectionRestarts;
  +   }
  +   
  +   
      public int getPingFrequency()
      {
         return pingFrequency;
  @@ -344,6 +356,18 @@
      }
   
   
  +   public int getSocketCreationRetries()
  +   {
  +      return socketCreationRetries;
  +   }
  +   
  +   
  +   public void setSocketCreationRetries(int socketCreationRetries)
  +   {
  +      this.socketCreationRetries = socketCreationRetries;
  +   }
  +   
  +   
      protected void setup() throws Exception
      {
         Object o = configuration.get(Bisocket.IS_CALLBACK_SERVER);
  
  
  



More information about the jboss-cvs-commits mailing list