API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. RemoteStub View Source
Author(s)
Ann Wollrath
Since
JDK1.1
Version
1.22, 11/17/05
Serial
Hierarchy
 Object
      RemoteObject
          RemoteStub
Implements
Subclasses
Description
publicabstract abstract class RemoteStub
  The RemoteStub class is the common superclass to client stubs and provides the framework to support a wide range of remote reference semantics.
See also:   
Constructors
protected RemoteStub ()
Constructs a RemoteStub.
protected RemoteStub (RemoteRef ref)
  Constructs a RemoteStub, with the specified remote reference.
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Inherited From RemoteObject]
  Compares two remote objects for equality.
public RemoteRef getRef () [Inherited From RemoteObject]
  Returns the remote reference for the remote object.
public int hashCode () [Inherited From RemoteObject]
  Returns a hashcode for a remote object.
@Deprecated
protectedstatic void setRef (RemoteStub stub, RemoteRef ref)
  Sets the remote reference inside the remote stub.
public String toString () [Inherited From RemoteObject]
Returns a String that represents the value of this remote object.
publicstatic Remote toStub (Remote obj) throws NoSuchObjectException [Inherited From RemoteObject]
  Returns the stub for the remote object obj passed as a parameter.
Fields
Hide/Show inherited fields
protectedtransient RemoteRef ref [Inherited From RemoteObject]
The object's remote reference.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar