com::declarativa::interprolog::util::ResultFromJava Class Reference


Public Member Functions

 ResultFromJava (int t, Object r, Object e, Object[] a)
String toString ()

Data Fields

Object exception

Package Attributes

int timestamp
Object result
Object[] arguments

Detailed Description

Used to serialize results for javaMessage

Definition at line 12 of file ResultFromJava.java.


Field Documentation

Object [] com::declarativa::interprolog::util::ResultFromJava::arguments [package]
 

So Prolog may get the new state of the (object) arguments

Definition at line 20 of file ResultFromJava.java.

Referenced by ResultFromJava(), and toString().

Object com::declarativa::interprolog::util::ResultFromJava::exception
 

exception thrown directly by java.lang.reflect.Method::invoke(). It may eventually encapsulate an exception thrown by the invoked method

See also:
java.lang.reflect.Method::invoke(Object,Object[])

Definition at line 18 of file ResultFromJava.java.

Referenced by ResultFromJava(), and toString().


The documentation for this class was generated from the following file:
Generated on Wed Jul 26 13:30:54 2006 for XSB by  doxygen 1.4.5