API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. ServerRef View Source
Author(s)
Ann Wollrath
Since
JDK1.1
Version
1.17, 11/17/05
Serial
Hierarchy
 Serializable
      Externalizable
          RemoteRef
              ServerRef
Subinterfaces
Description
public interface ServerRef
  A ServerRef represents the server-side handle for a remote object implementation.
See also:   
Methods
Hide/Show inherited methods
public RemoteStub exportObject (Remote obj, Object data) throws RemoteException
  Creates a client stub object for the supplied Remote object.
public String getClientHost () throws ServerNotActiveException
  Returns the hostname of the current client.
Fields
Hide/Show inherited fields
publicfinalstatic String packagePrefix = "sun.rmi.server" [Inherited From RemoteRef]
Initialize the server package prefix: assumes that the implementation of server ref classes (e.g., UnicastRef, UnicastServerRef) are located in the package defined by the prefix.
publicfinalstatic long serialVersionUID = "-4557750989390278438"
indicate compatibility with JDK 1.1.x version of class.
publicfinalstatic long serialVersionUID = "3632638527362204081" [Inherited From RemoteRef]
indicate compatibility with JDK 1.1.x version of class.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar