|
|||||||||
| 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.RemoteServiceExecutor
public class RemoteServiceExecutor
This class represents a remote service executor. This executor uses the WSConfiguredDII 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 | |
|---|---|
RemoteServiceExecutor(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 RemoteServiceExecutor(TaskDescription taskDesc)
| Method Detail |
|---|
public void invoke(MethodDescription md,
ExecutionDataProvider edp)
throws ActionExecutionException
ServiceExecutor
invoke in class ServiceExecutormd - 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 | ||||||||