Name

Package java.rmi.server

Synopsis

This package contains the classes used to implement server implementations of remote objects. The RemoteServer class in this package acts as the base class for all RMI server objects. A single subclass of RemoteServer, UnicastRemoteObject, is provided in this package. It implements a non-persistent, point-to-point object communication scheme. Other subclasses of RemoteServer could be written to implement multicast object communication, replicated objects, etc. This package also contains several Exception subclasses relevant to the server implementation of a remote object.

Interfaces

  • LoaderHandler

  • RemoteCall

  • RemoteRef

  • RMIClientSocketFactory

  • RMIFailureHandler

  • RMIServerSocketFactory

  • ServerRef

  • Skeleton

  • Unreferenced

Classes

  • LogStream

  • ObjID

  • Operation

  • RemoteObject , Serializable;

    • RemoteServer

      • UnicastRemoteObject

    • RemoteStub

  • RMIClassLoader

  • RMIClassLoaderSpi

  • RMISocketFactory , RMIServerSocketFactory;

  • UID

Exceptions

  • ExportException

    • SocketSecurityException

  • ServerCloneException

  • ServerNotActiveException

  • SkeletonMismatchException

  • SkeletonNotFoundException

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.