org.springframework.erlang.connection
Class ConnectionParameters
java.lang.Object
org.springframework.erlang.connection.ConnectionParameters
public class ConnectionParameters
- extends Object
Encapsulate properties to create a OtpConnection
- Author:
- Mark Pollack
Constructor Summary |
ConnectionParameters(com.ericsson.otp.erlang.OtpSelf otpSelf,
com.ericsson.otp.erlang.OtpPeer otpPeer)
|
Method Summary |
com.ericsson.otp.erlang.OtpPeer |
getOtpPeer()
|
com.ericsson.otp.erlang.OtpSelf |
getOtpSelf()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionParameters
public ConnectionParameters(com.ericsson.otp.erlang.OtpSelf otpSelf,
com.ericsson.otp.erlang.OtpPeer otpPeer)
getOtpSelf
public com.ericsson.otp.erlang.OtpSelf getOtpSelf()
getOtpPeer
public com.ericsson.otp.erlang.OtpPeer getOtpPeer()
Copyright © 2011. All Rights Reserved.