java.rmi.server
public abstract class RemoteObject extends Object implements Remote, Serializable
Field Summary | |
---|---|
protected RemoteRef | ref |
Constructor Summary | |
---|---|
protected | RemoteObject() |
protected | RemoteObject(RemoteRef newref) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
RemoteRef | getRef() |
int | hashCode() |
String | toString()
Get the string representation of this remote object. |
static Remote | toStub(Remote obj) |