Java org.springframework.jms.connection SingleConnectionFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.connection SingleConnectionFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.connection SingleConnectionFactory.

The text is from its open source code.

Constructor

SingleConnectionFactory(Connection targetConnection)
Create a new SingleConnectionFactory that always returns the given Connection.
SingleConnectionFactory(ConnectionFactory targetConnectionFactory)
Create a new SingleConnectionFactory that always returns a single Connection that it will lazily create via the given target ConnectionFactory.

Method

voidafterPropertiesSet()
Make sure a Connection or ConnectionFactory has been set.
voidresetConnection()
Reset the underlying shared Connection, to be reinitialized on next access.