|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PayloadPerDevice | |
|---|---|
| javapns.devices | Classes representing mobile devices. |
| javapns.notification.transmission | Specialized classes for transmitting notifications to large number of devices. |
| Uses of PayloadPerDevice in javapns.devices |
|---|
| Methods in javapns.devices that return types with arguments of type PayloadPerDevice | |
|---|---|
static List<PayloadPerDevice> |
Devices.asPayloadsPerDevices(Object rawList)
|
| Uses of PayloadPerDevice in javapns.notification.transmission |
|---|
| Methods in javapns.notification.transmission that return types with arguments of type PayloadPerDevice | |
|---|---|
List<PayloadPerDevice> |
NotificationThread.getMessages()
Get the messages associated with this thread, if any. |
| Methods in javapns.notification.transmission with parameters of type PayloadPerDevice | |
|---|---|
PushQueue |
PushQueue.add(PayloadPerDevice message)
Queue a message for delivery. |
PushQueue |
NotificationThreads.add(PayloadPerDevice message)
|
PushQueue |
NotificationThread.add(PayloadPerDevice message)
|
| Constructor parameters in javapns.notification.transmission with type arguments of type PayloadPerDevice | |
|---|---|
NotificationThreads(AppleNotificationServer server,
List<PayloadPerDevice> messages,
int numberOfThreads)
Create the specified number of notification threads and spread the messages evenly between the threads. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||