org.databene.platform.contiperf
Class TaskInvoker

java.lang.Object
  extended by org.databene.platform.contiperf.TaskInvoker
All Implemented Interfaces:
org.databene.contiperf.Invoker

public class TaskInvoker
extends java.lang.Object
implements org.databene.contiperf.Invoker

Invoker implementation that calls Task.execute(Context, ErrorHandler).

Created: 14.03.2010 10:50:57

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
TaskInvoker(Task 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
 

Constructor Detail

TaskInvoker

public TaskInvoker(Task target)
Method Detail

getId

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

invoke

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


Copyright © 2013. All Rights Reserved.