Nitido Inc.

Uses of Class
com.nitido.nim.StatusNotFoundException

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

Methods in com.nitido.nim that throw StatusNotFoundException
 NotificationStatus NiM.getNotificationStatus(java.lang.String ticket)
          This method is used to retrieve the status of a message that was given to the notification service to be sent out.
abstract  NotificationStatus NotificationService.getStatus(java.lang.String ticket)
          Retrieves the latest status for a given status ticket.
 

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

Methods in com.nitido.nimx.services.notification that throw StatusNotFoundException
protected  IndividualStatus NotificationServiceImpl.getIndividualStatus(java.lang.String ticket)
          Get the individual status stored in the status cache for this ticket.
 NotificationStatus NotificationServiceImpl.getStatus(java.lang.String ticket)
           
 IndividualStatus StatusTicketCache.getStatus(java.lang.String ticket)
          Get a status object from the cache.
 NotificationStatus NotificationServiceStub.getStatus(java.lang.String ticket)
           
 java.util.List<java.lang.String> StatusTicketCache.getTransaction(java.lang.String transTicket)
          Get the list of individual status IDs that make up the transaction specified by the provided transaction ID.
 void StatusTicketCache.removeTransaction(java.lang.String transTicket)
          Remove the transaction and all the status objects cached for the individual tickets that are part of this transaction.
 void StatusTicketCache.updateStatus(java.lang.String ticket, IndividualStatus status)
          Update the status object stored in the cache for a given ticket.
 

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

Methods in com.nitido.nimx.services.notification.channels that throw StatusNotFoundException
abstract  IndividualStatus DeliveryChannel.getStatus(java.lang.String ticket)
          Notification service uses this method to get an updated status object before returning to the client.
 IndividualStatus EmailDeliveryChannel.getStatus(java.lang.String ticket)
           
 


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.