Uses of Class
org.sapia.taskman.TaskDescriptor

Packages that use TaskDescriptor
org.sapia.taskman   
 

Uses of TaskDescriptor in org.sapia.taskman
 

Subclasses of TaskDescriptor in org.sapia.taskman
 class PeriodicTaskDescriptor
          A task descriptor that wraps a task to be executed at each n milliseconds, indefinitely.
 class TransientTaskDescriptor
          A task descriptor used to wrap tasks that are to be executed only once and then discarded.
 

Methods in org.sapia.taskman with parameters of type TaskDescriptor
 void TaskManager.execTaskFor(TaskDescriptor desc)
          Asynchronously executes the task corresponding to the given descriptor.
 



Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.