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

Field Summary
protected  Address _address
           
protected  int _hashcode
           
protected  Id _id
           
 
Constructor Summary
RemoteObject(Address address, Id id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Address getAddress()
           
 Id getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_address

protected Address _address

_id

protected Id _id

_hashcode

protected int _hashcode
Constructor Detail

RemoteObject

public RemoteObject(Address address,
                    Id id)
Method Detail

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