|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.pvm.internal.wire.operation.AbstractOperation
org.ow2.orchestra.pvm.internal.wire.operation.InvokeOperation
public class InvokeOperation
invokes a method.
ArgDescriptor,
ObjectDescriptor,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.ow2.orchestra.pvm.internal.wire.operation.AbstractOperation |
|---|
dbid, dbversion |
| Constructor Summary | |
|---|---|
InvokeOperation()
|
|
| Method Summary | |
|---|---|
void |
addArgDescriptor(ArgDescriptor argDescriptor)
Adds a descriptor to the list of arguments descriptors. |
void |
apply(Object target,
WireContext wireContext)
Apply this operation to the specified object, defined in the specified WireContext. |
List<ArgDescriptor> |
getArgDescriptors()
Gets the list of descriptor to create arguments supplied to the method . |
String |
getMethodName()
Gets the name of the method to invoke. |
void |
setArgDescriptors(List<ArgDescriptor> argDescriptors)
Sets the list of descriptor to create arguments supplied to the method . |
void |
setMethodName(String methodName)
Sets the name of the method to invoke. |
| Methods inherited from class org.ow2.orchestra.pvm.internal.wire.operation.AbstractOperation |
|---|
getDbid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvokeOperation()
| Method Detail |
|---|
public void apply(Object target,
WireContext wireContext)
OperationWireContext.
target - object on which the operation should be performed.wireContext - context in which the operation is applied.public void addArgDescriptor(ArgDescriptor argDescriptor)
public String getMethodName()
public void setMethodName(String methodName)
methodName - the name of the method to invoke.public List<ArgDescriptor> getArgDescriptors()
public void setArgDescriptors(List<ArgDescriptor> argDescriptors)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||