org.apache.geronimo.connector
Class ConnectorMethodInterceptor
java.lang.Object
org.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:
- $Revision: 1.3 $ $Date: 2004/06/12 18:43:31 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorMethodInterceptor
public ConnectorMethodInterceptor(String kernelName,
javax.management.ObjectName targetName)
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-2005 Apache Software Foundation. All Rights Reserved.