org.apache.geronimo.messaging.proxy
Class HOPPFilter

java.lang.Object
  extended byorg.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 $

Constructor Summary
HOPPFilter(Class[] anInterfaces)
           
 
Method Summary
 int accept(Method arg0)
           
 
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
 

Constructor Detail

HOPPFilter

public HOPPFilter(Class[] anInterfaces)
Parameters:
anInterfaces - Interfaces whose methods should be handled by the first Callback of an Enhancer.
Method Detail

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.