API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. RemoteObject View Source
Author(s)
Ann Wollrath
Laird Dornin
Peter Jones
Since
JDK1.1
Version
1.34, 05/11/17
Serial
Hierarchy
 Object
      RemoteObject
Implements
 Remote
 Serializable
Subclasses
Description
publicabstract abstract class RemoteObject
  The RemoteObject class implements the java.lang.Object behavior for remote objects.
See also:   
Constructors
protected RemoteObject ()
Creates a remote object.
protected RemoteObject (RemoteRef newref)
  Creates a remote object, initialized with the specified remote reference.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares two remote objects for equality.
public RemoteRef getRef ()
  Returns the remote reference for the remote object.
public int hashCode ()
  Returns a hashcode for a remote object.
public String toString ()
Returns a String that represents the value of this remote object.
publicstatic Remote toStub (Remote obj) throws NoSuchObjectException
  Returns the stub for the remote object obj passed as a parameter.
Fields
Hide/Show inherited fields
protectedtransient RemoteRef ref
The object's remote reference.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar