API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. RemoteServer View Source
Author(s)
Ann Wollrath
Since
JDK1.1
Version
1.33, 11/17/05
Serial
Hierarchy
 Object
      RemoteObject
          RemoteServer
Implements
Subclasses
Description
publicabstract abstract class RemoteServer
  The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.
See also:   
Constructors
protected RemoteServer ()
  Constructs a RemoteServer.
protected RemoteServer (RemoteRef ref)
  Constructs a RemoteServer with the given reference type.
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Inherited From RemoteObject]
  Compares two remote objects for equality.
publicstatic String getClientHost () throws ServerNotActiveException
  Returns a string representation of the client host for the remote method invocation being processed in the current thread.
publicstatic PrintStream getLog ()
  Returns stream for the RMI call log.
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.
publicstatic void setLog (OutputStream out)
  Log RMI calls to the output stream out.
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