Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.notification
Class NotificationServiceFactory

java.lang.Object
  extended by oracle.webcenter.notification.NotificationServiceFactory


public class NotificationServiceFactory
extends java.lang.Object

Factory to create and retrieve instances corresponding to notification service interfaces. It is the entry point to the notification service API.


Method Summary
static NotificationServiceFactory getInstance()
          Returns an instance of NotificationServiceFactory.
 oracle.webcenter.notification.NotificationService getNotificationService()
          Returns an instance of NotificationService.
 SubscriptionManager getSubscriptionManager()
          Returns and instance of SubscriptionManager.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getInstance

public static NotificationServiceFactory getInstance()
Returns an instance of NotificationServiceFactory.
Returns:
- an instance of NotificationServiceFactory

getNotificationService

public oracle.webcenter.notification.NotificationService getNotificationService()
Returns an instance of NotificationService. This API is for internal use only.
Returns:
- an instance of NotificationService

getSubscriptionManager

public SubscriptionManager getSubscriptionManager()
Returns and instance of SubscriptionManager. SubscriptionManager is the main interface for creating and managing user subscriptions.
Returns:
- an instance of SubscriptionManager.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.