net.grinder.testutility
Class OverrideInvocationHandlerDecorator
java.lang.Object
net.grinder.testutility.OverrideInvocationHandlerDecorator
- All Implemented Interfaces:
- InvocationHandler
public final class OverrideInvocationHandlerDecorator
- extends Object
- implements InvocationHandler
InvocationHandler decorator that allows a supplied
object to handle some of the methods.
- Author:
- Philip Aston
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OverrideInvocationHandlerDecorator
public OverrideInvocationHandlerDecorator(InvocationHandler delegate,
Object overrider)
OverrideInvocationHandlerDecorator
public OverrideInvocationHandlerDecorator(InvocationHandler delegate,
Object overrider,
String overridePrefix)
invoke
public Object invoke(Object proxy,
Method method,
Object[] parameters)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2000-2012. All Rights Reserved.