Spring AMQP

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

Packages that use ConnectionFactory
org.springframework.amqp.rabbit.admin   
org.springframework.erlang.connection   
org.springframework.erlang.core   
org.springframework.erlang.support   
 

Uses of ConnectionFactory in org.springframework.amqp.rabbit.admin
 

Methods in org.springframework.amqp.rabbit.admin with parameters of type ConnectionFactory
protected  void RabbitBrokerAdmin.createErlangTemplate(ConnectionFactory otpCf)
           
 

Uses of ConnectionFactory in org.springframework.erlang.connection
 

Classes in org.springframework.erlang.connection that implement ConnectionFactory
 class SimpleConnectionFactory
           
 

Methods in org.springframework.erlang.connection with parameters of type ConnectionFactory
static void ConnectionFactoryUtils.releaseConnection(com.ericsson.otp.erlang.OtpConnection con, ConnectionFactory cf)
          Release the given Connection by closing it.
 

Uses of ConnectionFactory in org.springframework.erlang.core
 

Constructors in org.springframework.erlang.core with parameters of type ConnectionFactory
ErlangTemplate(ConnectionFactory connectionFactory)
           
 

Uses of ConnectionFactory in org.springframework.erlang.support
 

Methods in org.springframework.erlang.support that return ConnectionFactory
 ConnectionFactory ErlangAccessor.getConnectionFactory()
           
 

Methods in org.springframework.erlang.support with parameters of type ConnectionFactory
 void ErlangAccessor.setConnectionFactory(ConnectionFactory connectionFactory)
           
 


Spring AMQP

Copyright © 2010. All Rights Reserved.