|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.rmi.server.RemoteObject
The RemoteObject
class implements the Object
behaviour for remote objects, by implementing methods for
hashCode
, equals
, and toString
.
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares the specified object with the remote object. |
int |
hashCode()
Returns a hashcode for the remote object. |
java.lang.String |
toString()
Returns a string representation of the value of this remote object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object obj)
obj
- the object to compare with
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |