org.databene.contiperf
Interface Invoker

All Known Implementing Classes:
ConsumerInvoker, InvokerProxy, JUnitInvoker, PerformanceTracker, TaskInvoker

public interface Invoker

Abstraction of anything that can be invoked. This is used in order to target specific details of the code to be invoked (e.g. JUnit) from the ContiPerf framework.

Created: 22.10.2009 16:25:29

Since:
1.0
Author:
Volker Bergmann

Method Summary
 java.lang.String getId()
           
 java.lang.Object invoke(java.lang.Object[] args)
           
 

Method Detail

getId

java.lang.String getId()

invoke

java.lang.Object invoke(java.lang.Object[] args)
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.