Uses of Class
javapns.notification.PushNotificationManager

Packages that use PushNotificationManager
javapns.notification Classes for pushing notifications through Apple servers. 
javapns.notification.transmission Specialized classes for transmitting notifications to large number of devices. 
 

Uses of PushNotificationManager in javapns.notification
 

Methods in javapns.notification with parameters of type PushNotificationManager
protected  void ResponsePacket.linkToPushedNotification(PushNotificationManager notificationManager)
           
 

Uses of PushNotificationManager in javapns.notification.transmission
 

Constructors in javapns.notification.transmission with parameters of type PushNotificationManager
NotificationThread(NotificationThreads threads, PushNotificationManager notificationManager, AppleNotificationServer server)
          Create a grouped thread in QUEUE mode, awaiting messages to push.
NotificationThread(NotificationThreads threads, PushNotificationManager notificationManager, AppleNotificationServer server, Object messages)
          Create a grouped thread in LIST mode for pushing individual payloads to a list of devices and coordinating with a parent NotificationThreads object.
NotificationThread(NotificationThreads threads, PushNotificationManager notificationManager, AppleNotificationServer server, Payload payload, Object devices)
          Create a grouped thread in LIST mode for pushing a single payload to a list of devices and coordinating with a parent NotificationThreads object.
NotificationThread(PushNotificationManager notificationManager, AppleNotificationServer server)
          Create a standalone thread in QUEUE mode, awaiting messages to push.
NotificationThread(PushNotificationManager notificationManager, AppleNotificationServer server, Object messages)
          Create a standalone thread in LIST mode for pushing individual payloads to a list of devices.
NotificationThread(PushNotificationManager notificationManager, AppleNotificationServer server, Payload payload, Object devices)
          Create a standalone thread in LIST mode for pushing a single payload to a list of devices.
 



Copyright © 2013. All Rights Reserved.