solar.service.rmtobj
Class RemoteObject
java.lang.Object
|
+--solar.service.rmtobj.RemoteObject
- public class RemoteObject
- extends java.lang.Object
A wrapper handle represents a remote object.
- Version:
- $Id: RemoteObject.java,v 1.3 2003/10/05 18:51:00 glchen Exp $
- Author:
- Guanling Chen
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_address
protected Address _address
_id
protected Id _id
_hashcode
protected int _hashcode
RemoteObject
public RemoteObject(Address address,
Id id)
getAddress
public Address getAddress()
getId
public Id getId()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object