|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.txbridge.ba.execute.ServiceExecutor
org.jboss.txbridge.ba.execute.LocalServiceExecutor
public class LocalServiceExecutor
This class represents a local service executor. This executor uses the LocalExecution class as the execution mechanism by default.
Field Summary | |
---|---|
private static org.apache.log4j.Logger |
log
|
Fields inherited from class org.jboss.txbridge.ba.execute.ServiceExecutor |
---|
cmp, dataProvider, execution, taskDescription |
Constructor Summary | |
---|---|
LocalServiceExecutor(TaskDescription taskDesc)
|
Method Summary | |
---|---|
void |
invoke(MethodDescription md,
ExecutionDataProvider edp)
This method invokes the completion or compensation task which is specified in the service description. |
Methods inherited from class org.jboss.txbridge.ba.execute.ServiceExecutor |
---|
setExecutionType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static org.apache.log4j.Logger log
Constructor Detail |
---|
public LocalServiceExecutor(TaskDescription taskDesc)
Method Detail |
---|
public void invoke(MethodDescription md, ExecutionDataProvider edp) throws ActionExecutionException
ServiceExecutor
invoke
in class ServiceExecutor
md
- represents the service description.edp
- represents the datamgmt data provider.
ActionExecutionException
- if it was not possible to execute datamgmt action.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |