IBM WebSphere Application ServerTM
Release 8

com.ibm.events.notification
Interface NotificationHelperFactory


public interface NotificationHelperFactory

This factory is used to get access to an instance of an object that implements the NotificationHelper interface.

Since:
5.1.0
Version:
1.2 11/10/05

Method Summary
 NotificationHelper getNotificationHelper()
          This method is used to create an instance of the notification helper.
 

Method Detail

getNotificationHelper

NotificationHelper getNotificationHelper()
This method is used to create an instance of the notification helper.

Returns:
An instance of a NotificationHelper.

IBM WebSphere Application ServerTM
Release 8