[jboss-cvs] contrib/varia/src/etc ...

Dimitris Andreadis dimitris.andreadis at jboss.com
Thu Jul 13 11:02:39 EDT 2006


  User: dimitris
  Date: 06/07/13 11:02:38

  Modified:    varia/src/etc  monitoring-service.xml
  Log:
  JBAS-3391, add FixedRate setting
  
  Revision  Changes    Path
  1.7       +4 -1      contrib/varia/src/etc/monitoring-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: monitoring-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/varia/src/etc/monitoring-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- monitoring-service.xml	23 Sep 2005 10:45:22 -0000	1.6
  +++ monitoring-service.xml	13 Jul 2006 15:02:33 -0000	1.7
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: monitoring-service.xml,v 1.6 2005/09/23 10:45:22 dimitris Exp $ -->
  +<!-- $Id: monitoring-service.xml,v 1.7 2006/07/13 15:02:33 dimitris Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -109,6 +109,9 @@
     Repeatitions
       - How many timer notifications to emit when the period is not zero;
       - a zero value produces infinite notifications
  +  FixedRate
  +    - Whether the periodic notification should be produced at
  +    - FixedRate (true) or FixedDelay (false, default)
     TimerMBean
       - The ObjectName of the JMX Timer to configure, combined with a dependency
       
  
  
  



More information about the jboss-cvs-commits mailing list