org.databene.contiperf.util
Class InvokerProxy
java.lang.Object
org.databene.contiperf.util.InvokerProxy
- All Implemented Interfaces:
- Invoker
- Direct Known Subclasses:
- PerformanceTracker
public class InvokerProxy
- extends Object
- implements Invoker
Invoker
implementation which acts as a proxy to another Invoker.
Created: 29.03.2010 11:41:54
- Since:
- 1.0
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
protected final Invoker target
InvokerProxy
public InvokerProxy(Invoker target)
getId
public String getId()
- Specified by:
getId
in interface Invoker
invoke
public Object invoke(Object[] args)
throws Exception
- Specified by:
invoke
in interface Invoker
- Throws:
Exception
Copyright © 2013. All Rights Reserved.