Uses of Class
net.rim.pushsdk.acknowledgement.Notification

Packages that use Notification
net.rim.pushsdk.acknowledgement This package is used to manage the acknowledgement of result notifications. 
 

Uses of Notification in net.rim.pushsdk.acknowledgement
 

Methods in net.rim.pushsdk.acknowledgement with parameters of type Notification
 void NotificationProcessorService.addNotification(Notification notification)
          Adds a notification to the queue waiting to be processed.
 void NotificationProcessorServiceImpl.addNotification(Notification notification)
          Checks if the result notification queue is not full and places a Notification into it and starts the run thread.
 void NotificationListenerService.notifyListeners(Notification notification)
          Note that this method is used internally by the SDK and should not normally be externally invoked or overridden.
 void NotificationListenerServiceImpl.notifyListeners(Notification notification)
           
 

Method parameters in net.rim.pushsdk.acknowledgement with type arguments of type Notification
 void NotificationProcessorService.processNotifications(List<Notification> notifications)
          Note that this method is used internally by the SDK and should not normally be externally invoked or overridden.
 void NotificationProcessorServiceImpl.processNotifications(List<Notification> notifications)
           
 void NotificationProcessorService.reconcile(List<Notification> notifications)
          Note that this method is used internally by the SDK and should not normally be externally invoked or overridden.
 void NotificationProcessorServiceImpl.reconcile(List<Notification> notifications)
           
 



Copyright © 2011 Research In Motion. All Rights Reserved.