Spring AMQP

org.springframework.erlang.connection
Class ConnectionParameters

java.lang.Object
  extended by 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
 

Constructor Detail

ConnectionParameters

public ConnectionParameters(com.ericsson.otp.erlang.OtpSelf otpSelf,
                            com.ericsson.otp.erlang.OtpPeer otpPeer)
Method Detail

getOtpSelf

public com.ericsson.otp.erlang.OtpSelf getOtpSelf()

getOtpPeer

public com.ericsson.otp.erlang.OtpPeer getOtpPeer()

Spring AMQP

Copyright © 2011. All Rights Reserved.