org.jboss.txbridge.ba.execute
Class LocalServiceExecutor

java.lang.Object
  extended by org.jboss.txbridge.ba.execute.ServiceExecutor
      extended by org.jboss.txbridge.ba.execute.LocalServiceExecutor

public class LocalServiceExecutor
extends ServiceExecutor

This class represents a local service executor. This executor uses the LocalExecution class as the execution mechanism by default.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)

Field Summary
 
Fields inherited from class org.jboss.txbridge.ba.execute.ServiceExecutor
dataProvider, execution
 
Constructor Summary
LocalServiceExecutor(TaskDescription taskDesc)
           
 
Method Summary
 
Methods inherited from class org.jboss.txbridge.ba.execute.ServiceExecutor
invokeService, setExecutionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalServiceExecutor

public LocalServiceExecutor(TaskDescription taskDesc)