Uses of Class
javapns.devices.exceptions.NullIdException

Packages that use NullIdException
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 NullIdException in javapns.devices
 

Methods in javapns.devices that throw NullIdException
 Device DeviceFactory.addDevice(String id, String token)
          Deprecated. Add a device to the map
 Device DeviceFactory.getDevice(String id)
          Deprecated. Get a device according to his id
 void DeviceFactory.removeDevice(String id)
          Deprecated. Remove a device
 

Uses of NullIdException in javapns.devices.implementations.basic
 

Methods in javapns.devices.implementations.basic that throw NullIdException
 Device BasicDeviceFactory.addDevice(String id, String token)
          Deprecated. Add a device to the map
 Device BasicDeviceFactory.getDevice(String id)
          Deprecated. Get a device according to his id
 void BasicDeviceFactory.removeDevice(String id)
          Deprecated. Remove a device
 

Uses of NullIdException in javapns.notification
 

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



Copyright © 2016. All Rights Reserved.