Uses of Package
java.rmi.server

Packages that use java.rmi.server
Package
Description
Provides classes and interface for RMI distributed garbage-collection (DGC).
Provides a class and two interfaces for the RMI registry.
Provides classes and interfaces for supporting the server side of RMI.
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
Provides implementations of RMIClientSocketFactory and RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
  • Classes in java.rmi.server used by java.rmi.dgc
    Class
    Description
    An ObjID is used to identify a remote object exported to an RMI runtime.
  • Class
    Description
    An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.
    An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.
  • Classes in java.rmi.server used by java.rmi.server
    Class
    Description
    An ExportException is a RemoteException thrown if an attempt to export a remote object fails.
    Deprecated.
    no replacement
    An ObjID is used to identify a remote object exported to an RMI runtime.
    Deprecated.
    no replacement
    Deprecated.
    no replacement.
    The RemoteObject class implements the java.lang.Object behavior for remote objects.
    RemoteRef represents the handle for a remote object.
    The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.
    Deprecated.
    Statically generated stubs are deprecated, since stubs are generated dynamically.
    RMIClassLoaderSpi is the service provider interface for RMIClassLoader.
    An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.
    An RMIFailureHandler can be registered via the RMISocketFactory.setFailureHandler call.
    An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.
    An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.
    An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
    A UID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.
  • Class
    Description
    The RemoteObject class implements the java.lang.Object behavior for remote objects.
    RemoteRef represents the handle for a remote object.
    Deprecated.
    Statically generated stubs are deprecated, since stubs are generated dynamically.
    An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.
    An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.
    A remote object implementation should implement the Unreferenced interface to receive notification when there are no more clients that reference that remote object.
  • Classes in java.rmi.server used by javax.rmi.ssl
    Class
    Description
    An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.
    An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.