Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.varia » scheduler » [javadoc | source]
org.jboss.varia.scheduler
public interface: Schedulable [javadoc | source]

All Known Implementing Classes:
    TestSchedulable, SchedulableExample

This interface defines the manageable interface for a Scheduler Service allowing the client to create a Schedulable instance which is then run by this service at given times.
Method from org.jboss.varia.scheduler.Schedulable Summary:
perform
Method from org.jboss.varia.scheduler.Schedulable Detail:
 public  void perform(Date pTimeOfCall,
    long pRemainingRepetitions)
    This method is called from the Scheduler Service