org.rhq.jndi.util
Class DecoratingInvocationHandler<Type,Decorator extends Type>
java.lang.Object
org.rhq.jndi.util.DecoratingInvocationHandler<Type,Decorator>
- All Implemented Interfaces:
- InvocationHandler
public class DecoratingInvocationHandler<Type,Decorator extends Type>
- extends Object
- implements InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoratingInvocationHandler
public DecoratingInvocationHandler(List<DecoratorPicker<Type,Decorator>> pickers,
Type object)
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.