|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactory | |
---|---|
org.springframework.erlang.connection | |
org.springframework.erlang.core | |
org.springframework.erlang.support |
Uses of ConnectionFactory in org.springframework.erlang.connection |
---|
Classes in org.springframework.erlang.connection that implement ConnectionFactory | |
---|---|
class |
SimpleConnectionFactory
A simple implementation of ConnectionFactory that return a new connection for each invocation of the
createConnection method. |
class |
SingleConnectionFactory
A ConnectionFactory implementation that returns the same Connections from all
SingleConnectionFactory.createConnection() calls, and ignores calls to Connection.close() . |
Methods in org.springframework.erlang.connection with parameters of type ConnectionFactory | |
---|---|
static void |
ConnectionFactoryUtils.releaseConnection(Connection 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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |