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 java.lang.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
 java.lang.String getId()
           
 java.lang.Object invoke(java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected Invoker target
Constructor Detail

InvokerProxy

public InvokerProxy(Invoker target)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Invoker

invoke

public java.lang.Object invoke(java.lang.Object[] args)
                        throws java.lang.Exception
Specified by:
invoke in interface Invoker
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.