I am confused by the SchedulePeriod attribute. It seems like its semantics have 
changed.

I thought it meant "time between starts" (3.2.5). However, in 3.2.7 it seems to 
mean "time from finish until next start".  

Does anybody know which is intended?

   Dan

 <!--
  |      | This example shows how to use a pluggable Schedulable impl
  |      -->
  |   <mbean code="org.jboss.varia.scheduler.Scheduler" 
name=":service=JbossClientCentralServerSendMessagesScheduler">
  |     <attribute name="StartAtStartup">true</attribute>
  |     <attribute 
name="SchedulableClass">pt.link.clientCentralServer.businessLogic.session.CaptureInformationClientFacadeSession</attribute>
  |     <attribute name="InitialStartDate">NOW</attribute>
  |     <attribute name="SchedulePeriod">2000</attribute>
  | <!--    <attribute name="SchedulePeriod">2000</attribute>-->
  |     <attribute name="InitialRepetitions">-1</attribute>
  |   </mbean>



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888138#3888138

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888138


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to