Uses of Interface
org.apache.agila.services.TimerService

Packages that use TimerService
org.apache.agila.engine   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.memory   
org.apache.agila.model   
org.apache.agila.model.node   
org.apache.agila.services.task   
 

Uses of TimerService in org.apache.agila.engine
 

Methods in org.apache.agila.engine with parameters of type TimerService
 void MessageProcessor.setTimerService(TimerService timerService)
           
 

Uses of TimerService in org.apache.agila.impl
 

Methods in org.apache.agila.impl that return TimerService
 TimerService NodeContextImpl.getTimerService()
           
 

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

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

Uses of TimerService in org.apache.agila.impl.memory
 

Classes in org.apache.agila.impl.memory that implement TimerService
 class TimerServiceImpl
           
 

Uses of TimerService in org.apache.agila.model
 

Methods in org.apache.agila.model that return TimerService
 TimerService NodeContext.getTimerService()
           
 

Uses of TimerService in org.apache.agila.model.node
 

Methods in org.apache.agila.model.node with parameters of type TimerService
 void DelayNode.setTimerService(TimerService svc)
           
 

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

Methods in org.apache.agila.services.task with parameters of type TimerService
 void AbstractTaskService.setTimerService(TimerService timerService)
           
 



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