Nitido Inc.

Uses of Class
com.nitido.nim.NotificationServiceException

Packages that use NotificationServiceException
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 NotificationServiceException in com.nitido.nim
 

Subclasses of NotificationServiceException in com.nitido.nim
 class StatusNotFoundException
           
 

Methods in com.nitido.nim that throw NotificationServiceException
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 NotificationServiceException in com.nitido.nimx.services.notification
 

Methods in com.nitido.nimx.services.notification that throw NotificationServiceException
protected  void NotificationServiceImpl.loadDeliveryChannel(java.lang.String className)
          Loads a delivery channel based on the class name given as argument.
protected  void NotificationServiceImpl.loadDeliveryChannels()
          Loads all of the delivery channels sepcified in the configuration properties.
 java.lang.String NotificationServiceImpl.sendNotification(NotificationMessage msg)
           
 java.lang.String NotificationServiceStub.sendNotification(NotificationMessage msg)
           
 

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

Methods in com.nitido.nimx.services.notification.channels that throw NotificationServiceException
protected  javax.mail.Transport EmailDeliveryChannel.connectSMTP(Entity entity)
          Connect to to the SMTP server with the specified settings.
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)
           
protected  java.lang.String EmailDeliveryChannel.getActualConfigProperty(Entity entity, java.lang.String configKey)
          This method return the actual value of a setting.
protected  void EmailDeliveryChannel.sendMessage(Entity entity, javax.mail.Message msg, javax.mail.Address[] addr)
          Sends the message by opening a new new SMTP connection and using its sendMessage() method.
 void StubEmailDeliveryChannel.sendMessage(javax.mail.Message msg, javax.mail.Address[] addr)
           
 


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.