mandala.jacob.remote.gpf
Class InvocationResult

java.lang.Object
  extended bymandala.jacob.remote.gpf.InvocationResult
All Implemented Interfaces:
java.io.Serializable

public class InvocationResult
extends java.lang.Object
implements java.io.Serializable

Instances of this class represents the result of a method invocation.

Version:
$Revision: 1.1 $
Author:
eipi
See Also:
Serialized Form

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

id

public final java.lang.Object id

The identifiant of the invocation.


result

public final java.lang.Object result

The result of the invocation.

This field is null if the invocation has thrown an exception.


throwable

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

InvocationResult

protected InvocationResult(java.lang.Object id,
                           java.lang.Object result,
                           java.lang.Throwable throwable)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()


Mandala help mailing list