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

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

public class StatementInterceptor
extends org.jboss.proxy.Interceptor

Version:
$Revision: 1.1.6.1 $
Author:
Tom Elrod
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor
nextInterceptor
 
Constructor Summary
StatementInterceptor()
           
 
Method Summary
 Object invoke(org.jboss.invocation.Invocation mi)
          Handle methods locally on the client
 
Methods inherited from class org.jboss.proxy.Interceptor
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 Object invoke(org.jboss.invocation.Invocation mi)
              throws Throwable
Handle methods locally on the client

Parameters:
mi -
Returns:
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.