org.jboss.resource.adapter.jdbc.remote
Class StatementInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.resource.adapter.jdbc.remote.StatementInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class StatementInterceptor
extends Interceptor (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
StatementInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation (src)  mi)
          Handle methods locally on the client
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementInterceptor

public StatementInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  mi)
                        throws java.lang.Throwable
Handle methods locally on the client

Specified by:
invoke in class Interceptor (src)
Parameters:
mi -
Returns:
Throws:
java.lang.Throwable