java.rmi.server
abstract public class: RemoteObject [javadoc |
source]
java.lang.Object
java.rmi.server.RemoteObject
All Implemented Interfaces:
Remote, Serializable
The
RemoteObject class implements the
java.lang.Object behavior for remote objects.
RemoteObject provides the remote semantics of Object by
implementing methods for hashCode, equals, and toString.
- author:
Ann - Wollrath
- author:
Laird - Dornin
- author:
Peter - Jones
- since:
JDK1.1 -
| Field Summary |
|---|
| protected transient RemoteRef | ref | The object's remote reference. |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |