org.databene.contiperf.util
Class InvokerProxy

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

Field Summary
protected  Invoker target
           
 
Constructor Summary
InvokerProxy(Invoker target)
           
 
Method Summary
 String getId()
           
 Object invoke(Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected final Invoker target
Constructor Detail

InvokerProxy

public InvokerProxy(Invoker target)
Method Detail

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.