org.apache.geronimo.messaging.proxy
Class HOPPFilter
java.lang.Object
org.apache.geronimo.messaging.proxy.HOPPFilter
- All Implemented Interfaces:
- net.sf.cglib.proxy.CallbackFilter
- public class HOPPFilter
- extends Object
- implements net.sf.cglib.proxy.CallbackFilter
Maps the methods defined by the specified interfaces to the first Callback
of an Enhancer.
The other methods are mapped to the second one.
- Version:
- $Revision: 1.1 $ $Date: 2004/05/20 13:37:11 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.cglib.proxy.CallbackFilter |
equals |
HOPPFilter
public HOPPFilter(Class[] anInterfaces)
- Parameters:
anInterfaces
- Interfaces whose methods should be handled by the
first Callback of an Enhancer.
accept
public int accept(Method arg0)
- Specified by:
accept
in interface net.sf.cglib.proxy.CallbackFilter
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.