[jboss-cvs] jmx/src/main/org/jboss/mx/modelmbean ...

Anil Saldhana anil.saldhana at jboss.com
Wed Jul 19 15:43:40 EDT 2006


  User: asaldhana
  Date: 06/07/19 15:43:40

  Modified:    src/main/org/jboss/mx/modelmbean  Tag: Branch_3_2
                        ModelMBeanInvoker.java
  Log:
  Add an additional debug message that the default ctr was used to construct the interceptor
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.25  +2 -1      jmx/src/main/org/jboss/mx/modelmbean/Attic/ModelMBeanInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ModelMBeanInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/src/main/org/jboss/mx/modelmbean/Attic/ModelMBeanInvoker.java,v
  retrieving revision 1.1.4.24
  retrieving revision 1.1.4.25
  diff -u -b -r1.1.4.24 -r1.1.4.25
  --- ModelMBeanInvoker.java	1 Dec 2005 19:49:21 -0000	1.1.4.24
  +++ ModelMBeanInvoker.java	19 Jul 2006 19:43:40 -0000	1.1.4.25
  @@ -88,7 +88,7 @@
    * @author  <a href="mailto:juha at jboss.org">Juha Lindfors</a>.
    * @author Matt Munz
    * @author  <a href="mailto:dimitris at jboss.org">Dimitris Andreadis</a>
  - * @version $Revision: 1.1.4.24 $
  + * @version $Revision: 1.1.4.25 $
    */
   public abstract class ModelMBeanInvoker extends AbstractMBeanInvoker
      implements ModelMBean, ModelMBeanConstants
  @@ -605,6 +605,7 @@
                     +interceptorClass, t);
               // Try the default ctor
               interceptor = (Interceptor) interceptorClass.newInstance();
  +            log.debug("Success:default ctr used to construct:"+ interceptorClass);
            }
            interceptors.add(interceptor);
   
  
  
  



More information about the jboss-cvs-commits mailing list