Uses of Interface
javapns.notification.transmission.PushQueue

Packages that use PushQueue
javapns The JavaPNS library See the javapns.Push class for easy push notifications. 
javapns.notification.transmission Specialized classes for transmitting notifications to large number of devices. 
 

Uses of PushQueue in javapns
 

Methods in javapns that return PushQueue
static PushQueue Push.queue(Object keystore, String password, boolean production, int numberOfThreads)
          Build and start an asynchronous queue for sending notifications later without opening and closing connections.
 

Uses of PushQueue in javapns.notification.transmission
 

Classes in javapns.notification.transmission that implement PushQueue
 class NotificationThread
          Pushes payloads asynchroneously using a dedicated thread.
 class NotificationThreads
          Pushes a payload to a large number of devices using multiple threads The list of devices is spread evenly into multiple NotificationThreads.
 

Methods in javapns.notification.transmission that return PushQueue
 PushQueue PushQueue.add(Payload payload, Device device)
          Queue a message for delivery.
 PushQueue NotificationThreads.add(Payload payload, Device device)
           
 PushQueue NotificationThread.add(Payload payload, Device device)
           
 PushQueue PushQueue.add(PayloadPerDevice message)
          Queue a message for delivery.
 PushQueue NotificationThreads.add(PayloadPerDevice message)
           
 PushQueue NotificationThread.add(PayloadPerDevice message)
           
 PushQueue PushQueue.add(Payload payload, String token)
          Queue a message for delivery.
 PushQueue NotificationThreads.add(Payload payload, String token)
           
 PushQueue NotificationThread.add(Payload payload, String token)
           
 PushQueue PushQueue.start()
          Start the transmission thread(s) working for the queue.
 



Copyright © 2013. All Rights Reserved.