Uses of Class
javapns.notification.PushedNotification

Packages that use PushedNotification
javapns.notification Classes for pushing notifications through Apple servers. 
javapns.test Testing tools for the javapns library. 
 

Uses of PushedNotification in javapns.notification
 

Methods in javapns.notification that return PushedNotification
 PushedNotification PushNotificationManager.sendNotification(Device device, Payload payload)
          Send a notification to a single device and close the connection.
 PushedNotification PushNotificationManager.sendNotification(Device device, Payload payload, boolean closeAfter)
          Send a notification (Payload) to the given device
 PushedNotification PushNotificationManager.sendNotification(Device device, Payload payload, boolean closeAfter, int identifier)
          Send a notification (Payload) to the given device
 PushedNotification PushNotificationManager.sendNotification(Device device, Payload payload, int identifier)
          Send a notification (Payload) to the given device
 

Methods in javapns.notification that return types with arguments of type PushedNotification
static List<PushedNotification> PushedNotification.findFailedNotifications(List<PushedNotification> notifications)
          Filters a list of pushed notifications and returns only the ones that failed.
static List<PushedNotification> PushedNotification.findSuccessfulNotifications(List<PushedNotification> notifications)
          Filters a list of pushed notifications and returns only the ones that were successful.
 

Methods in javapns.notification with parameters of type PushedNotification
 boolean PushedNotifications.add(PushedNotification notification)
           
 void PushedNotifications.addElement(PushedNotification notification)
           
 

Method parameters in javapns.notification with type arguments of type PushedNotification
 boolean PushedNotifications.addAll(Collection<? extends PushedNotification> notifications)
           
static List<PushedNotification> PushedNotification.findFailedNotifications(List<PushedNotification> notifications)
          Filters a list of pushed notifications and returns only the ones that failed.
static List<PushedNotification> PushedNotification.findSuccessfulNotifications(List<PushedNotification> notifications)
          Filters a list of pushed notifications and returns only the ones that were successful.
 

Uses of PushedNotification in javapns.test
 

Method parameters in javapns.test with type arguments of type PushedNotification
static void NotificationTest.printPushedNotifications(List<PushedNotification> notifications)
          Print to the console a comprehensive report of all pushed notifications and results.
static void NotificationTest.printPushedNotifications(String description, List<PushedNotification> notifications)
          Print to the console a list of pushed notifications.
 



Copyright © 2013. All Rights Reserved.