org.mule.providers.jdbc.xa
Class ConnectionWrapper.StatementInvocationHandler

java.lang.Object
  extended byorg.mule.providers.jdbc.xa.ConnectionWrapper.StatementInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
ConnectionWrapper

protected class ConnectionWrapper.StatementInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
ConnectionWrapper.StatementInvocationHandler(Statement statement)
           
 
Method Summary
 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

ConnectionWrapper.StatementInvocationHandler

public ConnectionWrapper.StatementInvocationHandler(Statement statement)
Method Detail

invoke

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


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