Bounces a call recursively between client and server,
decrementing the number of bounces left at each
call until they are 0, at which point the whole stack
unwinds.
Recursively bounces a call between client and server,
passing a Proxy representing this object and an ever
decreasing index of how many recursive calls are left.
Calls a remote method by creating a RMCCall object, sending
it off to the remote machine, waiting for a response, and
returing the appropriate value (or throwing an exception if
there was an error).
Finds the object the method will be called on in the local
repository, executes it, catches any exception thrown, and
stores the result or exception in internal variables so they
can be sent back to the caller.
Either acts as a ping server (if called with no arguments)
or measures the time for 100 JEDI pings to that server (if
called with the network address of that server).
Loops forever, receiving a packet on the socket associated
with the MailDaemon when the thread was created and handling
it with the MailDaemon's functions.