[jboss-cvs] jboss-profiler/java/config/jboss ...

Takuro Okada t2-okada at nri.co.jp
Mon Feb 19 06:02:47 EST 2007


  User: tokada  
  Date: 07/02/19 06:02:47

  Added:       java/config/jboss  Tag: JBossProfiler_Expansion
                        jboss-service.xml
  Log:
  Modified some interfaces
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +14 -0     jboss-profiler/java/config/jboss/Attic/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: jboss-service.xml
  diff -N jboss-service.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ jboss-service.xml	19 Feb 2007 11:02:47 -0000	1.1.2.1
  @@ -0,0 +1,14 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<server>
  +  
  +  <!-- ##### JBoss Profiler : Agent ##### -->
  +  <mbean code="org.jboss.profiler.exp.agent.DefaultProfilerService"
  +         name="jboss.profiler:service=ProfilerService">
  +    <!-- Writes log file to /log directory of the JBoss AS. -->
  +    <attribute name="PersistorName">org.jboss.profiler.exp.agent.persistor.XmlMetricPersistor</attribute>
  +    <attribute name="Storable">false</attribute>
  +    <!-- A period to persist metrics data. [minutes] -->
  +    <attribute name="PersistentPeriod">60</attribute>
  +  </mbean>
  +
  +</server>
  
  
  



More information about the jboss-cvs-commits mailing list