Class java.rmi.server.RemoteObject
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.server.RemoteObject
java.lang.Object
|
+----java.rmi.server.RemoteObject
public abstract class RemoteObject
extends Object
implements Remote, Serializable
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.
ref
RemoteObject()
Create a remote object.
RemoteObject(RemoteRef)
Create a remote object, initialized with the specified remote reference.
equals(Object)
Compares two remote objects for equality.
hashCode()
Returns a hashcode for a remote object.
toString()
Returns a String that represents the value of this remote object.
ref
protected transient RemoteRef ref
RemoteObject
protected RemoteObject()
Create a remote object.
RemoteObject
protected RemoteObject(RemoteRef newref)
Create a remote object, initialized with the specified remote reference.
hashCode
public int hashCode()
Returns a hashcode for a remote object. Two remote object stubs
that refer to the same remote object will have the same hash code
(in order to support remote objects as keys in hash tables).
Overrides:
hashCode in class Object
See Also:
Hashtable
equals
public boolean equals(Object obj)
Compares two remote objects for equality.
Returns a boolean that indicates whether this remote object is
equivalent to the specified Object. This method is used when a
remote object is stored in a hashtable.
Parameters:
obj - the Object to compare with
Returns:
true if these Objects are equal; false otherwise.
Overrides:
equals in class Object
See Also:
Hashtable
toString
public String toString()
Returns a String that represents the value of this remote object.
Overrides:
toString in class Object
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature - Version 1.1.7 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1995-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Wyszukiwarka
Podobne podstrony:
java rmi server RemoteCalljava rmi server RemoteStubjava rmi server RemoteServerjava rmi server RemoteRefjava rmi server RMISocketFactoryjava rmi server Operationjava rmi server ObjIDjava rmi server RMIFailureHandlerjava rmi server Skeletonjava rmi server UnicastRemoteObjectjava rmi server Unreferencedjava rmi server UIDjava rmi server ServerNotActiveExceptionjava rmi server LogStreamjava rmi server RMIClassLoaderjava rmi server LoaderHandlerjava rmi server ServerRefjava rmi server ExportExceptionPackage java rmi serverwięcej podobnych podstron