1.0.0

Uses of Interface
org.eclipse.soda.dk.notification.service.NotificationService

Packages that use NotificationService
org.eclipse.soda.dk.adapter.test.service This package is part of the org.eclipse.soda.dk.adapter.test project. 
org.eclipse.soda.dk.agent This package is part of the org.eclipse.soda.dk.agent project. 
org.eclipse.soda.dk.agent.service This package is part of the org.eclipse.soda.dk.agent.service project. 
org.eclipse.soda.dk.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device.service This package is part of the org.eclipse.soda.dk.device.service project. 
org.eclipse.soda.dk.device.test.service This package is part of the org.eclipse.soda.dk.device.test project. 
org.eclipse.soda.dk.notification This package is part of the org.eclipse.soda.dk.notification project. 
org.eclipse.soda.dk.notification.client This package is part of the org.eclipse.soda.dk.notification project. 
org.eclipse.soda.dk.notification.event.admin This package is part of the org.eclipse.soda.dk.notification project. 
org.eclipse.soda.dk.notification.test This package is part of the org.eclipse.soda.dk.notification.test project. 
org.eclipse.soda.dk.profile.service This package is part of the org.eclipse.soda.dk.profile.service project. 
org.eclipse.soda.dk.profile.test.service This package is part of the org.eclipse.soda.dk.profile.test project. 
org.eclipse.soda.dk.transport This package is part of the org.eclipse.soda.dk.transport project. 
org.eclipse.soda.dk.transport.service This package is part of the org.eclipse.soda.dk.transport.service project. 
org.eclipse.soda.dk.transport.test This package is part of the org.eclipse.soda.dk.transport.test project. 
org.eclipse.soda.dk.transport.test.service This package is part of the org.eclipse.soda.dk.transport.test project. 
 

Uses of NotificationService in org.eclipse.soda.dk.adapter.test.service
 

Methods in org.eclipse.soda.dk.adapter.test.service that return NotificationService
 NotificationService AdapterTestService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.adapter.test.service with parameters of type NotificationService
 void AdapterTestService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.agent
 

Fields in org.eclipse.soda.dk.agent declared as NotificationService
protected  NotificationService Agent.notificationService
          Define the notification service (NotificationService) field.
 

Methods in org.eclipse.soda.dk.agent that return NotificationService
 NotificationService Agent.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.agent with parameters of type NotificationService
 void Agent.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.agent.service
 

Methods in org.eclipse.soda.dk.agent.service that return NotificationService
 NotificationService AgentService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.agent.service with parameters of type NotificationService
 void AgentService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.device
 

Classes in org.eclipse.soda.dk.device that implement NotificationService
 class NotificationController
           
 

Methods in org.eclipse.soda.dk.device that return NotificationService
 NotificationService Container.getNotificationService()
          Gets the notification service value.
 NotificationService NotificationController.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.device with parameters of type NotificationService
 void Container.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 void NotificationController.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Constructors in org.eclipse.soda.dk.device with parameters of type NotificationService
NotificationController(NotificationService notificationService, Container container)
          Constructs an instance of this class from the specified notification service parameter.
NotificationController(NotificationService notificationService, Container container, java.lang.String id)
          Constructs an instance of this class from the specified notification service, container and id parameters.
 

Uses of NotificationService in org.eclipse.soda.dk.device.service
 

Methods in org.eclipse.soda.dk.device.service that return NotificationService
 NotificationService DeviceService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.device.service with parameters of type NotificationService
 void DeviceService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.device.test.service
 

Methods in org.eclipse.soda.dk.device.test.service that return NotificationService
 NotificationService DeviceTestService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.device.test.service with parameters of type NotificationService
 void DeviceTestService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.notification
 

Classes in org.eclipse.soda.dk.notification that implement NotificationService
 class Notification
           
 

Fields in org.eclipse.soda.dk.notification declared as NotificationService
protected static NotificationService Notification.Broker
          Define the broker (NotificationService) constant.
 

Methods in org.eclipse.soda.dk.notification that return NotificationService
static NotificationService Notification.createBroker()
          Create broker and return the NotificationService result.
static NotificationService Notification.getBroker()
          Gets the broker (NotificationService) value.
 

Uses of NotificationService in org.eclipse.soda.dk.notification.client
 

Methods in org.eclipse.soda.dk.notification.client that return NotificationService
 NotificationService NotificationController.getNotificationService()
          Gets the notification service value.
 NotificationService NotificationClient.getNotificationService()
          Gets the pub sub service value.
 

Methods in org.eclipse.soda.dk.notification.client with parameters of type NotificationService
 void NotificationController.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 void NotificationClient.setNotificationService(NotificationService notificationService)
          Sets the pub sub service value.
 

Constructors in org.eclipse.soda.dk.notification.client with parameters of type NotificationService
NotificationController(NotificationService notificationService, NotificationClient container)
          Constructs an instance of this class from the specified notification service parameter.
 

Uses of NotificationService in org.eclipse.soda.dk.notification.event.admin
 

Classes in org.eclipse.soda.dk.notification.event.admin that implement NotificationService
 class NotificationEventAdmin
           
 

Uses of NotificationService in org.eclipse.soda.dk.notification.test
 

Methods in org.eclipse.soda.dk.notification.test that return NotificationService
 NotificationService NotificationTest.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.notification.test with parameters of type NotificationService
 void NotificationTest.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.profile.service
 

Methods in org.eclipse.soda.dk.profile.service that return NotificationService
 NotificationService ProfileService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.profile.service with parameters of type NotificationService
 void ProfileService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.profile.test.service
 

Methods in org.eclipse.soda.dk.profile.test.service that return NotificationService
 NotificationService ProfileTestService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.profile.test.service with parameters of type NotificationService
 void ProfileTestService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.transport
 

Fields in org.eclipse.soda.dk.transport declared as NotificationService
protected  NotificationService Transport.notificationService
          Define the notification service (NotificationService) field.
 

Methods in org.eclipse.soda.dk.transport that return NotificationService
 NotificationService Transport.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.transport with parameters of type NotificationService
 void Transport.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.transport.service
 

Methods in org.eclipse.soda.dk.transport.service that return NotificationService
 NotificationService TransportService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.transport.service with parameters of type NotificationService
 void TransportService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.transport.test
 

Methods in org.eclipse.soda.dk.transport.test that return NotificationService
 NotificationService TransportTest.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.transport.test with parameters of type NotificationService
 void TransportTest.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Uses of NotificationService in org.eclipse.soda.dk.transport.test.service
 

Methods in org.eclipse.soda.dk.transport.test.service that return NotificationService
 NotificationService TransportTestService.getNotificationService()
          Gets the notification service value.
 

Methods in org.eclipse.soda.dk.transport.test.service with parameters of type NotificationService
 void TransportTestService.setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 


1.0.0

Copyright (c) 1999, 2007 IBM