org.springframework.erlang.connection
Class SimpleConnectionFactory
java.lang.Object
org.springframework.erlang.connection.SimpleConnectionFactory
- All Implemented Interfaces:
- InitializingBean, ConnectionFactory
public class SimpleConnectionFactory
- extends Object
- implements ConnectionFactory, InitializingBean
- Author:
- Mark Pollack, Mark Fisher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConnectionFactory
public SimpleConnectionFactory(String selfNodeName,
String cookie,
String peerNodeName)
SimpleConnectionFactory
public SimpleConnectionFactory(String selfNodeName,
String peerNodeName)
createConnection
public com.ericsson.otp.erlang.OtpConnection createConnection()
throws UnknownHostException,
com.ericsson.otp.erlang.OtpAuthException,
IOException
- Specified by:
createConnection in interface ConnectionFactory
- Throws:
UnknownHostException
com.ericsson.otp.erlang.OtpAuthException
IOException
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet in interface InitializingBean
Copyright © 2010. All Rights Reserved.