Uses of Interface
com.sun.sgs.kernel.TaskQueue

Packages that use TaskQueue
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.util Provides miscellaneous utility classes and methods. 
com.sun.sgs.kernel Provides the core system interfaces used by the RedDwarf Server. 
 

Uses of TaskQueue in com.sun.sgs.impl.kernel
 

Methods in com.sun.sgs.impl.kernel that return TaskQueue
 TaskQueue TransactionSchedulerImpl.createTaskQueue()
          Creates a new TaskQueue to use in scheduling dependent tasks.
 TaskQueue TaskSchedulerImpl.createTaskQueue()
          Creates a new TaskQueue to use in scheduling dependent tasks.
(package private)  TaskQueue ScheduledTaskImpl.getTaskQueue()
          Returns the TaskQueue associated with this task or null if no queue was set.
 

Methods in com.sun.sgs.impl.kernel with parameters of type TaskQueue
(package private)  void ScheduledTaskImpl.setTaskQueue(TaskQueue queue)
          Sets the TaskQueue associated with this task.
 

Uses of TaskQueue in com.sun.sgs.impl.util
 

Methods in com.sun.sgs.impl.util that return TaskQueue
 TaskQueue AbstractService.createTaskQueue()
          Creates a TaskQueue for dependent, transactional tasks.
 

Uses of TaskQueue in com.sun.sgs.kernel
 

Methods in com.sun.sgs.kernel that return TaskQueue
 TaskQueue TransactionScheduler.createTaskQueue()
          Creates a new TaskQueue to use in scheduling dependent tasks.
 TaskQueue TaskScheduler.createTaskQueue()
          Creates a new TaskQueue to use in scheduling dependent tasks.
 


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