Uses of Class
dsto.dfc.util.Scheduler.Task

Packages that use Scheduler.Task
dsto.dfc.databeans.io   
dsto.dfc.util Miscellaneous utility classes. 
livespace.services   
 

Uses of Scheduler.Task in dsto.dfc.databeans.io
 

Subclasses of Scheduler.Task in dsto.dfc.databeans.io
 class DataObjectPersister2
          A task that saves a data object at periodic intervals when it has been modified.
protected  class DataObjectPersister2.CleanupTask
          Cleans up old backups according to the following rules Preserve a trail of backups, daily backups for 1 week weekly backups of 1 month and monthly backups for 1 year.
 

Uses of Scheduler.Task in dsto.dfc.util
 

Subclasses of Scheduler.Task in dsto.dfc.util
 class TaskDelegate
          A delegate that calls a wrapped delegate as a Task on the supplied scheduler
 

Fields in dsto.dfc.util declared as Scheduler.Task
protected  Scheduler.Task Scheduler.currentTask
           
 

Methods in dsto.dfc.util with parameters of type Scheduler.Task
 void Scheduler.schedule(Scheduler.Task task)
          Schedule a task to run immediately.
 void Scheduler.schedule(Scheduler.Task task, long delay)
          Schedule a task to run with a given delay.
 boolean Scheduler.unschedule(Scheduler.Task task)
          Unschedule a task.
 

Uses of Scheduler.Task in livespace.services
 

Subclasses of Scheduler.Task in livespace.services
protected  class EntityContainer.EmitNotificationTask
          Used to emit a notification as a background task.
 class PropertyChangeTask
          Helper task to used to schedule a property change on an IDataObject instance.
 

Methods in livespace.services with parameters of type Scheduler.Task
static void Livespace.schedule(Scheduler.Task task)
          Shortcut to schedule a task on the shared scheduler.
static void Livespace.schedule(Scheduler.Task task, long delay)
          Shortcut to schedule a task on the shared scheduler.
static void Livespace.unschedule(Scheduler.Task task)
           
 



Copyright © 2008 Commonwealth of Australia