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

Ron Sigal ron_sigal at yahoo.com
Wed Dec 27 00:44:15 EST 2006


  User: rsigal  
  Date: 06/12/27 00:44:15

  Modified:    src/main/org/jboss/remoting  ServerInvoker.java
  Log:
  JBREM-650:  Made started and handleInternalInvocation() protected.
  
  Revision  Changes    Path
  1.55      +4 -4      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.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- ServerInvoker.java	9 Nov 2006 21:35:23 -0000	1.54
  +++ ServerInvoker.java	27 Dec 2006 05:44:14 -0000	1.55
  @@ -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.54 $
  + * @version $Revision: 1.55 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -162,7 +162,7 @@
      protected Map handlers = new HashMap();
      protected Map callbackHandlers = new HashMap();
      protected Map clientCallbackListener = new HashMap();
  -   private boolean started = false;
  +   protected boolean started = false;
      private boolean created = false;
   
      private MBeanServer mbeanServer = null;
  @@ -1155,7 +1155,7 @@
       * @return
       * @throws Throwable
       */
  -   private Object handleInternalInvocation(InternalInvocation param,
  +   protected Object handleInternalInvocation(InternalInvocation param,
                                              InvocationRequest invocation,
                                              ServerInvocationHandler handler)
            throws Throwable
  
  
  



More information about the jboss-cvs-commits mailing list