public abstract class ErlangAccessor extends Object implements InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Logger available to subclasses
|
| Constructor and Description |
|---|
ErlangAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected OtpException |
convertOtpAccessException(Exception ex) |
protected Connection |
createConnection() |
ConnectionFactory |
getConnectionFactory() |
void |
setConnectionFactory(ConnectionFactory connectionFactory) |
protected final org.apache.commons.logging.Log logger
protected Connection createConnection() throws UnknownHostException, com.ericsson.otp.erlang.OtpAuthException, IOException
UnknownHostExceptioncom.ericsson.otp.erlang.OtpAuthExceptionIOExceptionpublic void setConnectionFactory(ConnectionFactory connectionFactory)
public ConnectionFactory getConnectionFactory()
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanprotected OtpException convertOtpAccessException(Exception ex)