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

Tom Elrod tom.elrod at jboss.com
Mon Jan 22 13:40:24 EST 2007


  User: telrod  
  Date: 07/01/22 13:40:24

  Modified:    src/main/org/jboss/remoting  ServerInvocationHandler.java
  Log:
  Adding toString() method to interface in case of mbean proxy calls for this if used during logging.
  
  Revision  Changes    Path
  1.5       +5 -2      JBossRemoting/src/main/org/jboss/remoting/ServerInvocationHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvocationHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvocationHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ServerInvocationHandler.java	30 Dec 2005 05:26:38 -0000	1.4
  +++ ServerInvocationHandler.java	22 Jan 2007 18:40:24 -0000	1.5
  @@ -22,9 +22,10 @@
   
   package org.jboss.remoting;
   
  -import javax.management.MBeanServer;
   import org.jboss.remoting.callback.InvokerCallbackHandler;
   
  +import javax.management.MBeanServer;
  +
   
   /**
    * ServerInvocationHandler is the server side (remote) end handler which is registered for a given
  @@ -34,7 +35,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public interface ServerInvocationHandler
   {
  @@ -80,4 +81,6 @@
       */
      public void removeListener(InvokerCallbackHandler callbackHandler);
   
  +   public String toString();
  +
   }
  
  
  



More information about the jboss-cvs-commits mailing list