Uses of Interface
org.apache.agila.services.task.TaskService

Packages that use TaskService
org.apache.agila.engine   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.dao   
org.apache.agila.model   
org.apache.agila.services.task   
 

Uses of TaskService in org.apache.agila.engine
 

Methods in org.apache.agila.engine with parameters of type TaskService
 void MessageProcessor.setTaskService(TaskService taskService)
           
 

Uses of TaskService in org.apache.agila.impl
 

Methods in org.apache.agila.impl that return TaskService
 TaskService NodeContextImpl.getTaskService()
           
 

Methods in org.apache.agila.impl with parameters of type TaskService
 void NodeContextImpl.setTaskService(TaskService svc)
           
 

Constructors in org.apache.agila.impl with parameters of type TaskService
NodeContextImpl(Node node, Instance instance, TimerService timer, TaskService task, NotificationService notificationService)
           
 

Uses of TaskService in org.apache.agila.impl.dao
 

Classes in org.apache.agila.impl.dao that implement TaskService
 class TaskServiceImpl
          A provide which delegates to an AgilaDAO for all of the detailed persistence methods.
 

Uses of TaskService in org.apache.agila.model
 

Methods in org.apache.agila.model that return TaskService
 TaskService NodeContext.getTaskService()
           
 

Uses of TaskService in org.apache.agila.services.task
 

Classes in org.apache.agila.services.task that implement TaskService
 class AbstractTaskService
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.