org.odata4j.producer.jdbc
Class JdbcProducerBackendInvocationHandler

java.lang.Object
  extended by org.odata4j.producer.jdbc.JdbcProducerBackendInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class JdbcProducerBackendInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
JdbcProducerBackendInvocationHandler(JdbcProducerBackend backend, Class<?> contextType, Object[] args)
           
 
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

JdbcProducerBackendInvocationHandler

public JdbcProducerBackendInvocationHandler(JdbcProducerBackend backend,
                                            Class<?> contextType,
                                            Object[] args)
Method Detail

invoke

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


http://odata4j.org