org.mule.providers.jms.xa
Class ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler

java.lang.Object
  extended byorg.mule.providers.jms.xa.ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
ConnectionFactoryWrapper.ConnectionInvocationHandler

protected class ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler
extends Object
implements InvocationHandler


Nested Class Summary
protected  class ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler.ConsumerProducerInvocationHandler
           
protected  class ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler.XAResourceInvocationHandler
           
 
Constructor Summary
ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler(Object session, Object xares)
           
 
Method Summary
protected  void enlist()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler

public ConnectionFactoryWrapper.ConnectionInvocationHandler.SessionInvocationHandler(Object session,
                                                                                     Object xares)
Method Detail

invoke

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

enlist

protected void enlist()
               throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.