org.springframework.erlang.connection
Interface ConnectionProxy

All Superinterfaces:
Connection
All Known Implementing Classes:
DefaultConnection

public interface ConnectionProxy
extends Connection

Subinterface of Connection to be implemented by Connection proxies. Allows access to the underlying target Connection


Method Summary
 com.ericsson.otp.erlang.OtpConnection getTargetConnection()
           
 
Methods inherited from interface org.springframework.erlang.connection.Connection
close, receiveRPC, sendRPC
 

Method Detail

getTargetConnection

com.ericsson.otp.erlang.OtpConnection getTargetConnection()