|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.txbridge.ba.execute.RMIExecution
public class RMIExecution
This class provides implementation of the RMI execution.
| Field Summary | |
|---|---|
private static org.apache.log4j.Logger |
log
|
| Constructor Summary | |
|---|---|
RMIExecution()
|
|
| Method Summary | |
|---|---|
void |
invokeService(TaskDescription taskDesc,
MethodDescription md,
java.lang.Object[] arguments,
java.lang.Class[] argumentTypes)
This method invokes a service that is described by the service description with given arguments and argument types. |
| 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 RMIExecution()
| Method Detail |
|---|
public void invokeService(TaskDescription taskDesc,
MethodDescription md,
java.lang.Object[] arguments,
java.lang.Class[] argumentTypes)
throws ActionExecutionException
Executable
invokeService in interface ExecutabletaskDesc - describes the task (needed to inject the proper participant).md - describes the service.arguments - is the list of arguments.argumentTypes - is the list of argument types.
ActionExecutionException - if invoking datamgmt action was not successful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||