Uses of Interface
javapns.devices.DeviceFactory

Packages that use DeviceFactory
javapns.devices.implementations.basic A basic non-persistent implementation for devices. 
javapns.feedback Classes for interacting with the Apple Feedback Service. 
javapns.notification Classes for pushing notifications through Apple servers. 
 

Uses of DeviceFactory in javapns.devices.implementations.basic
 

Classes in javapns.devices.implementations.basic that implement DeviceFactory
 class BasicDeviceFactory
          Deprecated. 
 

Uses of DeviceFactory in javapns.feedback
 

Methods in javapns.feedback that return DeviceFactory
 DeviceFactory FeedbackServiceManager.getDeviceFactory()
          Deprecated. The DeviceFactory-based architecture is deprecated.
 

Methods in javapns.feedback with parameters of type DeviceFactory
 void FeedbackServiceManager.setDeviceFactory(DeviceFactory deviceFactory)
          Deprecated. The DeviceFactory-based architecture is deprecated.
 

Constructors in javapns.feedback with parameters of type DeviceFactory
FeedbackServiceManager(DeviceFactory deviceFactory)
          Deprecated. The DeviceFactory-based architecture is deprecated.
 

Uses of DeviceFactory in javapns.notification
 

Methods in javapns.notification that return DeviceFactory
 DeviceFactory PushNotificationManager.getDeviceFactory()
          Deprecated. The DeviceFactory-based architecture is deprecated.
 

Methods in javapns.notification with parameters of type DeviceFactory
 void PushNotificationManager.setDeviceFactory(DeviceFactory deviceFactory)
          Deprecated. The DeviceFactory-based architecture is deprecated.
 

Constructors in javapns.notification with parameters of type DeviceFactory
PushNotificationManager(DeviceFactory deviceManager)
          Deprecated. The DeviceFactory-based architecture is deprecated.
 



Copyright © 2013. All Rights Reserved.