|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.jacob.remote.gpf.MethodInvocation
Instances of this class represents a method invocation to perform.
Field Summary | |
java.lang.Object[] |
args
The arguments of the invocation. |
java.lang.Object |
id
The identifiant of the invocation. |
MethodOp |
method
The method to invoke. |
Constructor Summary | |
protected |
MethodInvocation(MethodOp method,
java.lang.Object[] args)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
InvocationResult |
invoke(java.lang.Object o)
Perfom the method invocation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public final java.lang.Object id
The identifiant of the invocation.
public final MethodOp method
The method to invoke.
public final java.lang.Object[] args
The arguments of the invocation.
Constructor Detail |
protected MethodInvocation(MethodOp method, java.lang.Object[] args)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object o)
public InvocationResult invoke(java.lang.Object o)
Perfom the method invocation.
o
- the object on which this method invocation must be performed on
InvocationResult
valuepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |