2008-07-29 1.1.0

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

Packages that use NotificationExtensionService
org.eclipse.soda.dk.notification.event.admin This package is part of the org.eclipse.soda.dk.notification project. 
org.eclipse.soda.dk.notification.service This package is part of the org.eclipse.soda.dk.notification.service project. 
 

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

Methods in org.eclipse.soda.dk.notification.event.admin that return NotificationExtensionService
 NotificationExtensionService NotificationEventAdmin.getNotificationExtension()
          Gets the notification extension (NotificationExtensionService) value.
 

Methods in org.eclipse.soda.dk.notification.event.admin with parameters of type NotificationExtensionService
 void NotificationEventAdmin.setNotificationExtension(NotificationExtensionService notificationExtension)
          Sets the notification extension value.
 

Constructors in org.eclipse.soda.dk.notification.event.admin with parameters of type NotificationExtensionService
EventAdminHandler(NotificationListener notificationListener, java.lang.String[] topics, NotificationExtensionService notificationExtension)
          Constructs an instance of this class from the specified notification listener, topics and notification extension parameters.
 

Uses of NotificationExtensionService in org.eclipse.soda.dk.notification.service
 

Methods in org.eclipse.soda.dk.notification.service that return NotificationExtensionService
 NotificationExtensionService NotificationExtendableService.getNotificationExtension()
          Gets the notification extension (NotificationExtensionService) value.
 

Methods in org.eclipse.soda.dk.notification.service with parameters of type NotificationExtensionService
 void NotificationExtendableService.addNotificationExtension(NotificationExtensionService notificationExtension)
          Add notification extension with the specified notification extension parameter.
 void NotificationExtendableService.removeNotificationExtension(NotificationExtensionService notificationExtension)
          Remove notification extension with the specified notification extension parameter.
 void NotificationExtendableService.setNotificationExtension(NotificationExtensionService notificationExtension)
          Sets the notification extension value.
 


2008-07-29 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900