Uses of Interface
com.sun.sgs.app.Task

Packages that use Task
com.sun.sgs.app Provides the interface to the Project Darkstar Server used by application developers. 
 

Uses of Task in com.sun.sgs.app
 

Methods in com.sun.sgs.app with parameters of type Task
 PeriodicTaskHandle TaskManager.schedulePeriodicTask(Task task, long delay, long period)
          Schedules a task to run periodically after a delay.
 void TaskManager.scheduleTask(Task task)
          Schedules a task to run now.
 void TaskManager.scheduleTask(Task task, long delay)
          Schedules a task to run after a delay.
 


Project Darkstar, Version 0.9.9.6
2009-05-08 15:39:40

Copyright © 2007-2009 Sun Microsystems, Inc. All rights reserved