|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SingleConnectionFactory.createConnection()
|
Connection |
ConnectionFactory.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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |