org.springframework.jms.connection
Class TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler

java.lang.Object
  extended by org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler
Enclosing class:
TransactionAwareConnectionFactoryProxy

private static class TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Invocation handler that suppresses close calls for a transactional JMS Session.


Field Summary
private  Session target
           
 
Constructor Summary
TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler(Session target)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

private final Session target
Constructor Detail

TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler

public TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler(Session target)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable