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

Packages that use TaskManager
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.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.service.task Provides an implementation of TaskService
com.sun.sgs.internal Provides implementation hooks for a RedDwarf Server to configure the underlying behavior of the system. 
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

Uses of TaskManager in com.sun.sgs.app
 

Methods in com.sun.sgs.app that return TaskManager
static TaskManager AppContext.getTaskManager()
          Returns the TaskManager for use by the current application.
 

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

Classes in com.sun.sgs.impl.app.profile that implement TaskManager
 class ProfileTaskManager
          This is implementation of TaskManager simply calls its backing manager for each manager method.
 

Constructors in com.sun.sgs.impl.app.profile with parameters of type TaskManager
ProfileTaskManager(TaskManager backingManager)
          Creates an instance of ProfileTaskManager.
 

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

Methods in com.sun.sgs.impl.kernel that return TaskManager
(package private)  TaskManager KernelContext.getTaskManager()
          Returns the TaskManager used in this context.
 TaskManager ManagerLocatorImpl.getTaskManager()
           
static TaskManager ContextResolver.getTaskManager()
          Returns the TaskManager used in this context.
(package private)  TaskManager StartupKernelContext.getTaskManager()
          Returns the TaskManager used in this context.
 

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

Classes in com.sun.sgs.impl.service.task that implement TaskManager
 class TaskServiceImpl
          This is an implementation of TaskService that works on a single node and across multiple nodes.
 

Uses of TaskManager in com.sun.sgs.internal
 

Methods in com.sun.sgs.internal that return TaskManager
 TaskManager ManagerLocator.getTaskManager()
          Returns the TaskManager for use by the current application.
 

Uses of TaskManager in com.sun.sgs.service
 

Subinterfaces of TaskManager in com.sun.sgs.service
 interface TaskService
          This Service provides facilities for scheduling tasks to run after the current task completes.
 


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