Uses of Class
javapns.devices.exceptions.NullDeviceTokenException

Packages that use NullDeviceTokenException
javapns.devices Classes representing mobile devices. 
javapns.devices.implementations.basic A basic non-persistent implementation for devices. 
javapns.notification Classes for pushing notifications through Apple servers. 
 

Uses of NullDeviceTokenException in javapns.devices
 

Methods in javapns.devices that throw NullDeviceTokenException
 Device DeviceFactory.addDevice(String id, String token)
          Deprecated. Add a device to the map
 

Uses of NullDeviceTokenException in javapns.devices.implementations.basic
 

Methods in javapns.devices.implementations.basic that throw NullDeviceTokenException
 Device BasicDeviceFactory.addDevice(String id, String token)
          Deprecated. Add a device to the map
 

Uses of NullDeviceTokenException in javapns.notification
 

Methods in javapns.notification that throw NullDeviceTokenException
 void PushNotificationManager.addDevice(String id, String token)
          Deprecated. The DeviceFactory-based architecture is deprecated.
 



Copyright © 2013. All Rights Reserved.