org.mule.transport.jdbc.xa
Class StatementInvocationHandler

java.lang.Object
  extended by org.mule.transport.jdbc.xa.StatementInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class StatementInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
StatementInvocationHandler(ConnectionWrapper connectionWrapper, 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

StatementInvocationHandler

public StatementInvocationHandler(ConnectionWrapper connectionWrapper,
                                  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-2012 MuleSoft, Inc.. All Rights Reserved.