public interface

SmartConnectionFactory

org.springframework.jms.connection.SmartConnectionFactory
Known Indirect Subclasses

Class Overview

Extension of the javax.jms.ConnectionFactory interface, indicating how to release Connections obtained from it.

Summary

Public Methods
abstract boolean shouldStop(Connection con)
Should we stop the Connection, obtained from this ConnectionFactory?

Public Methods

public abstract boolean shouldStop (Connection con)

Should we stop the Connection, obtained from this ConnectionFactory?

Parameters
con the Connection to check
Returns
  • whether a stop call is necessary
See Also
  • javax.jms.Connection#stop()