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.
- author:
< - a href="mailto:andreas.schaefer@madplanet.com">Andreas Schaefer
- version:
$ - Revision: 37459 $
| 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 |