Deprecated API


Contents
Deprecated Interfaces
javapns.devices.DeviceFactory
          Phasing out DeviceFactory because it has become irrelevant in the new library architecture 
 

Deprecated Classes
javapns.devices.implementations.basic.BasicDeviceFactory
           
 

Deprecated Exceptions
javapns.devices.exceptions.DuplicateDeviceException
           
javapns.devices.exceptions.NullDeviceTokenException
           
javapns.devices.exceptions.NullIdException
           
javapns.devices.exceptions.UnknownDeviceException
           
 

Deprecated Methods
javapns.notification.PushNotificationManager.addDevice(String, String)
          The DeviceFactory-based architecture is deprecated. 
javapns.notification.transmission.PushQueue.clearPushedNotifications()
           
javapns.notification.transmission.NotificationThreads.clearPushedNotifications()
          Not thead-safe. use getPushedNotifications(true) instead. 
javapns.notification.transmission.NotificationThread.clearPushedNotifications()
          Not thead-safe. use getPushedNotifications(true) instead. 
javapns.notification.PushNotificationManager.getDevice(String)
          The DeviceFactory-based architecture is deprecated. 
javapns.feedback.FeedbackServiceManager.getDeviceFactory()
          The DeviceFactory-based architecture is deprecated. 
javapns.notification.PushNotificationManager.getDeviceFactory()
          The DeviceFactory-based architecture is deprecated. 
javapns.notification.transmission.NotificationThreads.getFailedNotifications()
          Not thead-safe. use getPushedNotifications(true).getFailedNotifications() instead. 
javapns.notification.transmission.NotificationThread.getFailedNotifications()
          Not thead-safe. use getPushedNotifications(true).getFailedNotifications() instead. 
javapns.notification.transmission.NotificationThreads.getSuccessfulNotifications()
          Not thead-safe. use getPushedNotifications(true).getSuccessfulNotifications() instead. 
javapns.notification.transmission.NotificationThread.getSuccessfulNotifications()
          Not thead-safe. use getPushedNotifications(true).getSuccessfulNotifications() instead. 
javapns.notification.PushNotificationManager.removeDevice(String)
          The DeviceFactory-based architecture is deprecated. 
javapns.feedback.FeedbackServiceManager.setDeviceFactory(DeviceFactory)
          The DeviceFactory-based architecture is deprecated. 
javapns.notification.PushNotificationManager.setDeviceFactory(DeviceFactory)
          The DeviceFactory-based architecture is deprecated. 
 

Deprecated Constructors
javapns.feedback.FeedbackServiceManager(DeviceFactory)
          The DeviceFactory-based architecture is deprecated. 
javapns.notification.PushNotificationManager(DeviceFactory)
          The DeviceFactory-based architecture is deprecated.