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

Packages that use QueueService
org.apache.agila.engine   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.memory   
org.apache.agila.services   
 

Uses of QueueService in org.apache.agila.engine
 

Methods in org.apache.agila.engine with parameters of type QueueService
 void MessageProcessor.setQueueService(QueueService qs)
           
 

Constructors in org.apache.agila.engine with parameters of type QueueService
Engine(TokenService ts, InstanceService eiSvc, BusinessProcessService graphService, QueueService queue)
           
 

Uses of QueueService in org.apache.agila.impl
 

Classes in org.apache.agila.impl that implement QueueService
 class QueueServiceImpl
           
 

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

Methods in org.apache.agila.impl.memory with parameters of type QueueService
 void TimerServiceImpl.setQueueService(QueueService qs)
           
 

Uses of QueueService in org.apache.agila.services
 

Methods in org.apache.agila.services with parameters of type QueueService
 void AbstractInstanceService.setQueueService(QueueService qs)
           
 



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