Module java.rmi

Class RemoteObject

java.lang.Object
java.rmi.server.RemoteObject
All Implemented Interfaces:
Serializable, Remote
Direct Known Subclasses:
RemoteObjectInvocationHandler, RemoteServer, RemoteStub

public abstract class RemoteObject extends Object implements 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.
Since:
1.1
See Also: