|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.rmi.server.RemoteObject
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.
| Field Summary | |
protected RemoteRef |
ref
the object's remote reference. |
| Constructor Summary | |
protected |
RemoteObject()
Creates a remote object. |
protected |
RemoteObject(RemoteRef newref)
Creates a remote object, initialized with the specified remote reference. |
| Method Summary | |
boolean |
equals(Object obj)
Compares two remote objects for equality. |
RemoteRef |
getRef()
Returns the remote reference for the remote object. |
int |
hashCode()
Returns a hashcode for a remote object. |
String |
toString()
Returns a String that represents the value of this remote object. |
static Remote |
toStub(Remote obj)
Returns the stub for the remote object obj passed
as a parameter. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected transient RemoteRef ref
| Constructor Detail |
protected RemoteObject()
protected RemoteObject(RemoteRef newref)
newref - remote reference| Method Detail |
public RemoteRef getRef()
public static Remote toStub(Remote obj) throws NoSuchObjectException
obj passed
as a parameter. This operation is only valid after
the object has been exported.obj - the remote object whose stub is needeobj.NoSuchObjectException - if the stub for the
remote object could not be found.public int hashCode()
Hashtablepublic boolean equals(Object obj)
equals method of its parameter with this remote object
as the argument.obj - the Object to compare withHashtablepublic String toString()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.