org.apache.geronimo.connector
Class ConnectorMethodInterceptor

java.lang.Object
  extended byorg.apache.geronimo.connector.ConnectorMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor, Serializable

public class ConnectorMethodInterceptor
extends Object
implements net.sf.cglib.proxy.MethodInterceptor, Serializable

MethodInterceptor used by various Proxies. The important part of this class is the deserialization in the readResolve method.

Version:
$Rev: 396469 $ $Date: 2006-04-24 09:27:37 +0200 (Mon, 24 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
ConnectorMethodInterceptor(String kernelName, org.apache.geronimo.gbean.AbstractName targetName)
           
 
Method Summary
 Object intercept(Object o, Method method, Object[] objects, net.sf.cglib.proxy.MethodProxy methodProxy)
           
 void setInternalProxy(Object internalProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorMethodInterceptor

public ConnectorMethodInterceptor(String kernelName,
                                  org.apache.geronimo.gbean.AbstractName targetName)
Method Detail

intercept

public Object intercept(Object o,
                        Method method,
                        Object[] objects,
                        net.sf.cglib.proxy.MethodProxy methodProxy)
                 throws Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
Throwable

setInternalProxy

public void setInternalProxy(Object internalProxy)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.