Nitido Inc.

Uses of Class
com.nitido.nim.NotificationMessage

Packages that use NotificationMessage
com.nitido.nim This package contains NiM core classes. 
com.nitido.nimx.services.notification The main package of the NotificationService implementation and the stub. 
com.nitido.nimx.services.notification.channels   
 

Uses of NotificationMessage in com.nitido.nim
 

Methods in com.nitido.nim with parameters of type NotificationMessage
abstract  java.lang.String NotificationService.sendNotification(NotificationMessage msg)
          Send out the notification message to the recipient(s) supplied in the message object.
 java.lang.String NiM.sendNotification(NotificationMessage msg)
          This method allows the application to send out messages to users both internal and external to the system.
 

Uses of NotificationMessage in com.nitido.nimx.services.notification
 

Methods in com.nitido.nimx.services.notification with parameters of type NotificationMessage
 java.lang.String NotificationServiceImpl.sendNotification(NotificationMessage msg)
           
 java.lang.String NotificationServiceStub.sendNotification(NotificationMessage msg)
           
 

Uses of NotificationMessage in com.nitido.nimx.services.notification.channels
 

Methods in com.nitido.nimx.services.notification.channels with parameters of type NotificationMessage
abstract  java.lang.String DeliveryChannel.deliver(NotificationMessage msg)
          Starts the delivery process for this message (or places it into some sort of internal queue).
 java.lang.String EmailDeliveryChannel.deliver(NotificationMessage msg)
           
 java.lang.String SMSDeliveryChannel.deliver(NotificationMessage msg)
           
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.