Find server package prefix: assumes that the implementation of
server ref classes (e.g., UnicastRef, UnicastServerRef) are
located in the package defined by the prefix.
Returns a String that represents the reference of this remote
object.
packagePrefix
public static final String packagePrefix
Find server package prefix: assumes that the implementation of
server ref classes (e.g., UnicastRef, UnicastServerRef) are
located in the package defined by the prefix.
Creates an appropriate call object for a new remote method
invocation on this object. Passing operation array and index,
allows the stubs generator to assign the operation indexes and
interpret them. The remote reference may need the operation to
encode in the call.
Executes the remote call.
Invoke will raise any "user" exceptions which
should pass through and not be caught by the stub. If any
exception is raised during the remote invocation, invoke should
take care of cleaning up the connection before raising the
"user" or remote exception.
Allows the remote reference to clean up (or reuse) the connection.
Done should only be called if the invoke returns successfully
(non-exceptionally) to the stub.
Returns a hashcode for a remote object. Two remote object stubs
that refer to the same remote object will have the same hash code
(in order to support remote objects as keys in hash tables).
Compares two remote objects for equality.
Returns a boolean that indicates whether this remote object is
equivalent to the specified Object. This method is used when a
remote object is stored in a hashtable.