| org.springframework.jms.core.SessionCallback<T> |
Callback for executing any number of operations on a provided Session.
To be used with the execute(SessionCallback)
method, often implemented as an anonymous inner class.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Execute any number of operations against the supplied JMS
Session, possibly returning a result.
| |||||||||||
Execute any number of operations against the supplied JMS Session, possibly returning a result.
| session | the JMS Session |
|---|
Session, if any (so can be null) | if thrown by JMS API methods | |
| JMSException |