public interface SessionProxy extends Session
Session to be implemented by
 Session proxies. Allows access to the underlying target Session.TransactionAwareConnectionFactoryProxy, 
CachingConnectionFactory, 
ConnectionFactoryUtils.getTargetSession(javax.jms.Session)AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE, SESSION_TRANSACTED| Modifier and Type | Method and Description | 
|---|---|
Session | 
getTargetSession()
Return the target Session of this proxy. 
 | 
close, commit, createBrowser, createBrowser, createBytesMessage, createConsumer, createConsumer, createConsumer, createDurableSubscriber, createDurableSubscriber, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createProducer, createQueue, createStreamMessage, createTemporaryQueue, createTemporaryTopic, createTextMessage, createTextMessage, createTopic, getAcknowledgeMode, getMessageListener, getTransacted, recover, rollback, run, setMessageListener, unsubscribeSession getTargetSession()
This will typically be the native provider Session or a wrapper from a session pool.
null)