User: schaefera
  Date: 01/06/10 00:47:47

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Added the example for a scheduling Task supported by the new Scheduler.
  
  Revision  Changes    Path
  1.37      +17 -0     jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- jboss.jcml        2001/06/04 22:55:12     1.36
  +++ jboss.jcml        2001/06/10 07:47:47     1.37
  @@ -418,6 +418,23 @@
     <!-- ==================================================================== -->
   
     <!-- ==================================================================== -->
  +  <!-- Scheduler Service                                                    -->
  +  <!-- ==================================================================== -->
  +  <!-- Uncomment this to enable Scheduling
  +  <mbean code="org.jboss.util.Scheduler" name=":service=Scheduler">
  +    <constructor>
  +      <arg type="java.lang.String" value=":server=Scheduler"/>
  +      <arg type="java.lang.String" 
value="org.jboss.util.Scheduler$SchedulableExample"/>
  +      <arg type="java.lang.String" value=""/>
  +      <arg type="java.lang.String" value=""/>
  +      <arg type="long" value="0"/>
  +      <arg type="long" value="10000"/>
  +      <arg type="long" value="-1"/>
  +    </constructor>
  +  </mbean>
  +  -->
  +
  +  <!-- ==================================================================== -->
     <!-- Add your custom MBeans here                                          -->
     <!-- ==================================================================== -->
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to