org.rhq.jndi.util
Class DecoratingInvocationHandler<Type,Decorator extends Type>

java.lang.Object
  extended by org.rhq.jndi.util.DecoratingInvocationHandler<Type,Decorator>
All Implemented Interfaces:
InvocationHandler

public class DecoratingInvocationHandler<Type,Decorator extends Type>
extends Object
implements InvocationHandler


Constructor Summary
DecoratingInvocationHandler(List<DecoratorPicker<Type,Decorator>> pickers, Type object)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratingInvocationHandler

public DecoratingInvocationHandler(List<DecoratorPicker<Type,Decorator>> pickers,
                                   Type object)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.