Uses of Class
javapns.notification.transmission.NotificationThreads

Packages that use NotificationThreads
javapns.notification.transmission Specialized classes for transmitting notifications to large number of devices. 
 

Uses of NotificationThreads in javapns.notification.transmission
 

Methods in javapns.notification.transmission that return NotificationThreads
 NotificationThreads NotificationThreads.start()
          Start all notification threads.
 

Methods in javapns.notification.transmission with parameters of type NotificationThreads
 void NotificationProgressListener.eventAllThreadsFinished(NotificationThreads notificationThreads)
           
 void NotificationProgressListener.eventAllThreadsStarted(NotificationThreads notificationThreads)
           
 

Constructors in javapns.notification.transmission with parameters of type NotificationThreads
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.
 



Copyright © 2016. All Rights Reserved.