|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.jacob.remote.gpf.InvocationResult
Instances of this class represents the result of a method invocation.
Field Summary | |
java.lang.Object |
id
The identifiant of the invocation. |
java.lang.Object |
result
The result of the invocation. |
java.lang.Throwable |
throwable
The exception eventually thrown by the invocation. |
Constructor Summary | |
protected |
InvocationResult(java.lang.Object id,
java.lang.Object result,
java.lang.Throwable throwable)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
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 java.lang.Object result
The result of the invocation.
This field is null
if the invocation has thrown an
exception.
public final java.lang.Throwable throwable
The exception eventually thrown by the invocation.
This field is null
if the invocation hasn't thrown an
exception.
Constructor Detail |
protected InvocationResult(java.lang.Object id, java.lang.Object result, java.lang.Throwable throwable)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object o)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |