[jboss-cvs] jboss-profiler/exsamples/jboss-profiler.aop/META-INF ...

Takuro Okada t2-okada at nri.co.jp
Tue Nov 28 00:41:14 EST 2006


  User: tokada  
  Date: 06/11/28 00:41:14

  Modified:    exsamples/jboss-profiler.aop/META-INF  Tag:
                        JBossProfiler_Expansion jboss-aop.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +18 -12    jboss-profiler/exsamples/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/exsamples/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- jboss-aop.xml	28 Nov 2006 02:57:50 -0000	1.1.2.2
  +++ jboss-aop.xml	28 Nov 2006 05:41:14 -0000	1.1.2.3
  @@ -13,27 +13,30 @@
                    scope="PER_VM">
         <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
         <!--<attribute name="ProfilerServiceAddress">jnp://192.168.0.1:1099</attribute>-->
  -      <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.ExecutionMetricCollectorFactory</attribute>
  +      <attribute name="CollectorFactoryName">
  +        org.jboss.profiler.exp.agent.collector.ExecutionMetricCollectorFactory
  +      </attribute>
         <attribute name="Category">Beans</attribute>
  -      <attribute name="Async">true</attribute>
       </interceptor>
       <interceptor name="ConcurrentAopInterceptor"
                    class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
                    scope="PER_VM">
         <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
         <!--<attribute name="ProfilerServiceAddress">jnp://192.168.0.1:1099</attribute>-->
  -      <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.ConcurrentMetricCollectorFactory</attribute>
  +      <attribute name="CollectorFactoryName">
  +        org.jboss.profiler.exp.agent.collector.ConcurrentMetricCollectorFactory
  +      </attribute>
         <attribute name="Category">Beans</attribute>
  -      <attribute name="Async">true</attribute>
       </interceptor>
       <interceptor name="MemoryAopInterceptor"
                    class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
                    scope="PER_VM">
         <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
         <!--<attribute name="ProfilerServiceAddress">jnp://192.168.0.1:1099</attribute>-->
  -      <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.MemoryMetricCollectorFactory</attribute>
  +      <attribute name="CollectorFactoryName">
  +        org.jboss.profiler.exp.agent.collector.MemoryMetricCollectorFactory
  +      </attribute>
         <attribute name="Category">Beans</attribute>
  -      <attribute name="Async">true</attribute>
       </interceptor>
     </stack>
     
  @@ -42,9 +45,10 @@
                  scope="PER_VM">
       <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
       <!--<attribute name="ProfilerServiceAddress">jnp://192.168.0.1:1099</attribute>-->
  -    <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory</attribute>
  +    <attribute name="CollectorFactoryName">
  +      org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory
  +    </attribute>
       <attribute name="Category">Beans</attribute>
  -    <attribute name="Async">true</attribute>
     </interceptor>
     
     <!--
  @@ -52,18 +56,20 @@
                  class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
                  scope="PER_VM">
       <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
  -    <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.StackTraceMetricCollectorFactory</attribute>
  +    <attribute name="CollectorFactoryName">
  +      org.jboss.profiler.exp.agent.collector.StackTraceMetricCollectorFactory
  +    </attribute>
       <attribute name="Category">Beans</attribute>
  -    <attribute name="Async">true</attribute>
     </interceptor>
     
     <interceptor name="PassageAopInterceptor"
                  class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
                  scope="PER_VM">
       <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
  -    <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.TimeScaleMetricCollectorFactory</attribute>
  +    <attribute name="CollectorFactoryName">
  +      org.jboss.profiler.exp.agent.collector.TimeScaleMetricCollectorFactory
  +    </attribute>
       <attribute name="Category">Beans</attribute>
  -    <attribute name="Async">true</attribute>
     </interceptor>
     -->
     
  
  
  



More information about the jboss-cvs-commits mailing list