Serialized Form


Package info.jedi

Class info.jedi.Proxy implements Serializable

Serialized Fields

_machineName

java.lang.String _machineName
The network name (such as www.company.com) of the machine this object is on

_port

int _port
The port this object can be found at

_timeout

int _timeout
The timeout in milliseconds for messages sent from this Proxy

address

java.net.InetAddress address
The actual address (such as 141.215.6.97) of the machine this object is on

objectName

java.lang.String objectName
The name the object is registered under in the Registry on the remote machine


Package info.jedi.net

Class info.jedi.net.JEDIException implements Serializable

Serialized Fields

detail

java.lang.Throwable detail
The nested exception for this JEDIException

detailStackTrace

java.lang.String detailStackTrace
The stack trace of the nested exception

inStackTrace

boolean inStackTrace
Are we in a stack trace? If so, let toString() return nothing

Class info.jedi.net.JEDITargetException implements Serializable

Class info.jedi.net.NotInRegistryException implements Serializable

Class info.jedi.net.TimeoutException implements Serializable


Package info.jedi.testsuite

Class info.jedi.testsuite.ComplexObject implements Serializable

Serialized Fields

hashtable

java.util.Hashtable hashtable
A Hashtable containing the lower-level ComplexObjects in this ComplexObject

objects

java.lang.Object[] objects
An array containing the lower-level ComplexObjects in this ComplexObject

random

java.lang.String random
The string representation of the time in milliseconds when this ComplexObject was created

value

int value
The value of this ComplexObject

vector

java.util.Vector vector
A Vector containing the lower-level ComplexObjects in this ComplexObject