java.rmi.server

Class RemoteObject

public abstract class RemoteObject extends Object implements Remote, Serializable

Field Summary
protected RemoteRefref
Constructor Summary
protected RemoteObject()
protected RemoteObject(RemoteRef newref)
Method Summary
booleanequals(Object obj)
RemoteRefgetRef()
inthashCode()
StringtoString()
Get the string representation of this remote object.
static RemotetoStub(Remote obj)

Field Detail

ref

protected transient RemoteRef ref

Constructor Detail

RemoteObject

protected RemoteObject()

RemoteObject

protected RemoteObject(RemoteRef newref)

Method Detail

equals

public boolean equals(Object obj)

getRef

public RemoteRef getRef()

hashCode

public int hashCode()

toString

public String toString()
Get the string representation of this remote object.

toStub

public static Remote toStub(Remote obj)