public class iOSFeedbackConnectionFactory extends Object implements org.apache.commons.pool.PoolableObjectFactory<SSLSocket>
DeviceFeedbackMonitor
and is injected using spring configuration.
The configuration for this factory is injected via spring.
Available spring properties are:Property | Purpose |
---|---|
push.apple.feedback.host | APNS host name |
push.apple.key.file | Path to the certificate for APNS |
push.apple.key.passphrase | Password for the certificate |
push.apple.feedback.port | Port connect to on the APNS |
Constructor and Description |
---|
iOSFeedbackConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
activateObject(SSLSocket obj) |
void |
destroyObject(SSLSocket obj) |
SSLSocket |
makeObject() |
void |
passivateObject(SSLSocket obj) |
boolean |
validateObject(SSLSocket obj) |
public iOSFeedbackConnectionFactory()
public SSLSocket makeObject() throws Exception
public void destroyObject(SSLSocket obj) throws Exception
public boolean validateObject(SSLSocket obj)
validateObject
in interface org.apache.commons.pool.PoolableObjectFactory<SSLSocket>
public void activateObject(SSLSocket obj) throws Exception
public void passivateObject(SSLSocket obj) throws Exception
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.