|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavapns.feedback.FeedbackServiceManager
public class FeedbackServiceManager
Class for interacting with a specific Feedback Service.
Constructor Summary | |
---|---|
FeedbackServiceManager()
Constructs a FeedbackServiceManager with a default basic DeviceFactory. |
|
FeedbackServiceManager(DeviceFactory deviceFactory)
Deprecated. The DeviceFactory-based architecture is deprecated. |
Method Summary | |
---|---|
DeviceFactory |
getDeviceFactory()
Deprecated. The DeviceFactory-based architecture is deprecated. |
LinkedList<Device> |
getDevices(AppleFeedbackServer server)
|
int |
getSslSocketTimeout()
Get the SSL socket timeout currently in use. |
void |
setDeviceFactory(DeviceFactory deviceFactory)
Deprecated. The DeviceFactory-based architecture is deprecated. |
void |
setSslSocketTimeout(int sslSocketTimeout)
Set the SSL socket timeout to use. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public FeedbackServiceManager(DeviceFactory deviceFactory)
public FeedbackServiceManager()
Method Detail |
---|
public LinkedList<Device> getDevices(AppleFeedbackServer server) throws KeystoreException, CommunicationException
KeystoreException
CommunicationException
@Deprecated public void setDeviceFactory(DeviceFactory deviceFactory)
deviceFactory
- @Deprecated public DeviceFactory getDeviceFactory()
public void setSslSocketTimeout(int sslSocketTimeout)
sslSocketTimeout
- public int getSslSocketTimeout()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |