org.mule.module.db.internal.domain.xa
Class StatementInvocationHandler

java.lang.Object
  extended by org.mule.module.db.internal.domain.xa.StatementInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class StatementInvocationHandler
extends Object
implements InvocationHandler

Invocation handler for statements


Constructor Summary
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

StatementInvocationHandler

public 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–2014 MuleSoft, Inc.. All rights reserved.