2 Replies Latest reply on May 8, 2002 1:06 PM by benoitx

    How to deploy schedule MBean in Jboss2.4.3

    fansjava

      I want accomplish scheduled tasks in my project,and I think Schedule MBean in Jboss may do this.How to deploy my Schedule Mbean,now I try as below:
      MyScheduleObject implements org.jboss.util.Schedulable
      DeploymentDescriptor in jboss.jcml looks like:











      Can I define a start time or stop time?
      or any docs in the web?

      Thanks in advance