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

Ron Sigal ron_sigal at yahoo.com
Thu Nov 2 12:40:45 EST 2006


  User: rsigal  
  Date: 06/11/02 12:40:45

  Modified:    src/main/org/jboss/remoting  ServerInvoker.java
  Log:
  JBREM-600:  Made connectionNotifier protected.
  
  Revision  Changes    Path
  1.53      +2 -2      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- ServerInvoker.java	28 Oct 2006 17:54:03 -0000	1.52
  +++ ServerInvoker.java	2 Nov 2006 17:40:45 -0000	1.53
  @@ -58,7 +58,7 @@
    *
    * @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.52 $
  + * @version $Revision: 1.53 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -180,7 +180,7 @@
      private long leasePeriod = DEFAULT_CLIENT_LEASE_PERIOD;
      private boolean leaseManagement = false;
      private Map clientLeases = new HashMap();
  -   private ConnectionNotifier connectionNotifier = null;
  +   protected ConnectionNotifier connectionNotifier = null;
   
      protected ServerSocketFactory serverSocketFactory = null;
   
  
  
  



More information about the jboss-cvs-commits mailing list