Spring AMQP

Uses of Interface
org.springframework.erlang.connection.Connection

Packages that use Connection
org.springframework.erlang.connection   
org.springframework.erlang.core   
org.springframework.erlang.support   
 

Uses of Connection in org.springframework.erlang.connection
 

Subinterfaces of Connection in org.springframework.erlang.connection
 interface ConnectionProxy
          Subinterface of Connection to be implemented by Connection proxies.
 

Classes in org.springframework.erlang.connection that implement Connection
 class DefaultConnection
          Basic implementation of ConnectionProxy that delegates to an underlying OtpConnection.
 

Methods in org.springframework.erlang.connection that return Connection
 Connection SimpleConnectionFactory.createConnection()
           
 Connection ConnectionFactory.createConnection()
           
 Connection SingleConnectionFactory.createConnection()
           
protected  Connection SingleConnectionFactory.doCreateConnection()
          Create a JInterface Connection via this class's ConnectionFactory.
protected  Connection SingleConnectionFactory.getSharedConnectionProxy(Connection target)
          Wrap the given OtpConnection with a proxy that delegates every method call to it but suppresses close calls.
 

Methods in org.springframework.erlang.connection with parameters of type Connection
protected  void SingleConnectionFactory.closeConnection(Connection connection)
          Close the given Connection.
protected  Connection SingleConnectionFactory.getSharedConnectionProxy(Connection target)
          Wrap the given OtpConnection with a proxy that delegates every method call to it but suppresses close calls.
protected  void SingleConnectionFactory.prepareConnection(Connection con)
           
static void ConnectionFactoryUtils.releaseConnection(Connection con, ConnectionFactory cf)
          Release the given Connection by closing it.
 

Uses of Connection in org.springframework.erlang.core
 

Methods in org.springframework.erlang.core with parameters of type Connection
 T ConnectionCallback.doInConnection(Connection connection)
          Execute any number of operations against the supplied OTP connection, possibly returning a result.
 

Uses of Connection in org.springframework.erlang.support
 

Methods in org.springframework.erlang.support that return Connection
protected  Connection ErlangAccessor.createConnection()
           
 


Spring AMQP

Copyright © 2011. All Rights Reserved.