Uses of Interface
org.apache.agila.services.notification.NotificationService

Packages that use NotificationService
org.apache.agila.engine   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.jdbc   
org.apache.agila.model   
org.apache.agila.services.notification   
org.apache.agila.services.task   
 

Uses of NotificationService in org.apache.agila.engine
 

Methods in org.apache.agila.engine with parameters of type NotificationService
 void MessageProcessor.setNotificationService(NotificationService notificationService)
           
 

Uses of NotificationService in org.apache.agila.impl
 

Methods in org.apache.agila.impl that return NotificationService
 NotificationService NodeContextImpl.getNotificationService()
           
 

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

Uses of NotificationService in org.apache.agila.impl.jdbc
 

Classes in org.apache.agila.impl.jdbc that implement NotificationService
 class NotificationServiceImpl
           
 

Uses of NotificationService in org.apache.agila.model
 

Methods in org.apache.agila.model that return NotificationService
 NotificationService NodeContext.getNotificationService()
           
 

Uses of NotificationService in org.apache.agila.services.notification
 

Classes in org.apache.agila.services.notification that implement NotificationService
 class AbstractNotificationService
           
 

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

Methods in org.apache.agila.services.task with parameters of type NotificationService
 void AbstractTaskService.setNotificationService(NotificationService notificationService)
           
 



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