org.sapia.taskman
Class PeriodicTaskDescriptor
java.lang.Object
|
+--org.sapia.taskman.TaskDescriptor
|
+--org.sapia.taskman.PeriodicTaskDescriptor
- public class PeriodicTaskDescriptor
- extends TaskDescriptor
A task descriptor that wraps a task to be executed at each
n milliseconds, indefinitely.
- Author:
- Yanick Duchesne
15-Apr-2003
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeriodicTaskDescriptor
public PeriodicTaskDescriptor(String name,
long intervalMillis,
Task t)
- Constructor for PeriodicTaskDescriptor.
- Parameters:
intervalMillis - the interval (in millis) at which the task
wrapped by this instance should be executed.
Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.