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

Ron Sigal ron_sigal at yahoo.com
Sun Mar 11 16:11:15 EDT 2007


  User: rsigal  
  Date: 07/03/11 16:11:15

  Modified:    src/main/org/jboss/remoting/transport/bisocket  Tag:
                        remoting_2_x BisocketServerInvoker.java
  Log:
  JBREM-721, JBREM-722, JBREM-723: (1) Made ControlMonitorTimerTask static; (2) added destroyControlConnection(); (3) handleInternalInvocation() looks for REMOVECLIENTLISTENER messages; (4) ControlConnectionThread gives a new control connection 5 ping cycles before declaring it nonfunctional.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.12  +1 -2      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.11
  retrieving revision 1.1.2.12
  diff -u -b -r1.1.2.11 -r1.1.2.12
  --- BisocketServerInvoker.java	11 Mar 2007 20:09:28 -0000	1.1.2.11
  +++ BisocketServerInvoker.java	11 Mar 2007 20:11:15 -0000	1.1.2.12
  @@ -57,7 +57,7 @@
   /**
    *
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.11 $
  + * @version $Revision: 1.1.2.12 $
    * <p>
    * Copyright Nov 23, 2006
    * </p>
  @@ -462,7 +462,6 @@
   
      class ControlConnectionThread extends Thread
      {
  -      private static final int MAX_INITIAL_ATTEMPTS = 5;
         private Socket controlSocket;
         private String listenerId;
         private DataInputStream dis;
  
  
  



More information about the jboss-cvs-commits mailing list