java.rmi.server

Class RemoteServer

  • All Implemented Interfaces:
    Serializable, Remote
    Direct Known Subclasses:
    Activatable, UnicastRemoteObject

    public abstract class RemoteServer
    extends RemoteObject
    The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics. Specifically, the functions needed to create and export remote objects (i.e. to make them remotely available) are provided abstractly by RemoteServer and concretely by its subclass(es).
    Since:
    JDK1.1
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteServer

        protected RemoteServer()
        Constructs a RemoteServer.
        Since:
        JDK1.1
      • RemoteServer

        protected RemoteServer(RemoteRef ref)
        Constructs a RemoteServer with the given reference type.
        Parameters:
        ref - the remote reference
        Since:
        JDK1.1
    • Method Detail

      • getClientHost

        public static String getClientHost()
                                    throws ServerNotActiveException
        Returns a string representation of the client host for the remote method invocation being processed in the current thread.
        Returns:
        a string representation of the client host
        Throws:
        ServerNotActiveException - if no remote method invocation is being processed in the current thread
        Since:
        JDK1.1
      • setLog

        public static void setLog(OutputStream out)
        Log RMI calls to the output stream out. If out is null, call logging is turned off.

        If there is a security manager, its checkPermission method will be invoked with a java.util.logging.LoggingPermission("control") permission; this could result in a SecurityException.

        Parameters:
        out - the output stream to which RMI calls should be logged
        Throws:
        SecurityException - if there is a security manager and the invocation of its checkPermission method fails
        Since:
        JDK1.1
        See Also:
        getLog()

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-java/rmi/server/RemoteServer.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut