|
|||||||||||
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 | |
Object |
id
The identifiant of the invocation. |
Object |
result
The result of the invocation. |
Throwable |
throwable
The exception eventually thrown by the invocation. |
Constructor Summary | |
protected |
InvocationResult(Object id,
Object result,
Throwable throwable)
|
Method Summary | |
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public final Object id
The identifiant of the invocation.
public final Object result
The result of the invocation.
This field is null
if the invocation has thrown an
exception.
public final 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(Object id, Object result, Throwable throwable)
Method Detail |
public int hashCode()
public boolean equals(Object o)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |