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

Packages that use PeriodicTaskHandle
com.sun.sgs.app Provides the interface to the RedDwarf Server used by application developers. 
com.sun.sgs.impl.app.profile Provides manager implementations that support profiling. 
com.sun.sgs.impl.service.task Provides an implementation of TaskService
 

Uses of PeriodicTaskHandle in com.sun.sgs.app
 

Methods in com.sun.sgs.app that return PeriodicTaskHandle
 PeriodicTaskHandle TaskManager.schedulePeriodicTask(Task task, long delay, long period)
          Schedules a task to run periodically after a delay.
 

Uses of PeriodicTaskHandle in com.sun.sgs.impl.app.profile
 

Methods in com.sun.sgs.impl.app.profile that return PeriodicTaskHandle
 PeriodicTaskHandle ProfileTaskManager.schedulePeriodicTask(Task task, long delay, long period)
          Schedules a task to run periodically after a delay.
 

Uses of PeriodicTaskHandle in com.sun.sgs.impl.service.task
 

Methods in com.sun.sgs.impl.service.task that return PeriodicTaskHandle
 PeriodicTaskHandle TaskServiceImpl.schedulePeriodicTask(Task task, long delay, long period)
          Schedules a task to run periodically after a delay.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved