Searched defs:RemoteObject (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java34 * The <code>RemoteObject</code> class implements the
36 * <code>RemoteObject</code> provides the remote semantics of Object by
44 public abstract class RemoteObject implements Remote, java.io.Serializable { class in inherits:Remote,java.io.Serializable
55 protected RemoteObject() { method in class:RemoteObject
64 protected RemoteObject(RemoteRef newref) { method in class:RemoteObject
72 * an implementation-specific class. The <code>RemoteObject</code>
77 * of its <code>RemoteObject</code> wrapper instance or the result may
126 * If the specified Object is not itself an instance of RemoteObject,
135 if (obj instanceof RemoteObject) {
139 return ref.remoteEquals(((RemoteObject)ob
[all...]

Completed in 29 milliseconds