| Name | Description | Type | Package | Framework |
| ExportException | An ExportException is a RemoteException thrown if an attempt to export a remote object fails. | Class | java.rmi.server | Java SE |
|
| LogStream | LogStream provides a mechanism for logging errors that are of possible interest to those monitoring a system. | Class | java.rmi.server | Java SE |
|
| LoaderHandler | LoaderHandler is an interface used internally by the RMI runtime in previous implementation versions. | Interface | java.rmi.server | Java SE |
|
| ObjID | An ObjID is used to identify a remote object exported to an RMI runtime. | Class | java.rmi.server | Java SE |
|
| Operation | An Operation contains a description of a Java method. | Class | java.rmi.server | Java SE |
|
| RemoteObject | The RemoteObject class implements the java. | Class | java.rmi.server | Java SE |
|
| RemoteObjectInvocationHandler | An implementation of the InvocationHandler interface for use with Java Remote Method Invocation (Java RMI). | Class | java.rmi.server | Java SE |
|
| RemoteServer | The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range | Class | java.rmi.server | Java SE |
|
| RemoteStub | The RemoteStub class is the common superclass of statically generated client | Class | java.rmi.server | Java SE |
|
| RMIClassLoader | RMIClassLoader comprises static methods to support dynamic class loading with RMI. | Class | java.rmi.server | Java SE |
|
| RMIClassLoaderSpi | RMIClassLoaderSpi is the service provider interface for In particular, an RMIClassLoaderSpi instance provides an | Class | java.rmi.server | Java SE |
|
| RMISocketFactory | An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls. | Class | java.rmi.server | Java SE |
|
| RemoteCall | RemoteCall is an abstraction used solely by the RMI runtime (in conjunction with stubs and skeletons of remote objects) to carry out a | Interface | java.rmi.server | Java SE |
|
| RemoteRef | RemoteRef represents the handle for a remote object. | Interface | java.rmi.server | Java SE |
|
| RMIClientSocketFactory | An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls. | Interface | java.rmi.server | Java SE |
|
| RMIFailureHandler | An RMIFailureHandler can be registered via the RMISocketFactory. | Interface | java.rmi.server | Java SE |
|
| RMIServerSocketFactory | An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls. | Interface | java.rmi.server | Java SE |
|
| ServerCloneException | A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject. | Class | java.rmi.server | Java SE |
|
| ServerError | A ServerError is thrown as a result of a remote method invocation when an Error is thrown while processing | Class | java.rmi | Java SE |
|
| ServerException | A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing | Class | java.rmi | Java SE |
|
| ServerNotActiveException | An ServerNotActiveException is an Exception thrown during a call to RemoteServer. | Class | java.rmi.server | Java SE |
|
| ServerRuntimeException | | Class | java.rmi | Java SE |
|
| SkeletonMismatchException | This exception is thrown when a call is received that does not match the available skeleton. | Class | java.rmi.server | Java SE |
|
| SkeletonNotFoundException | A SkeletonNotFoundException is thrown if the Skeleton corresponding to the remote object being | Class | java.rmi.server | Java SE |
|
| SocketSecurityException | An obsolete subclass of ExportException. | Class | java.rmi.server | Java SE |
|
| ServerRef | | Interface | java.rmi.server | Java SE |
|
| Skeleton | The Skeleton interface is used solely by the RMI Every version 1. | Interface | java.rmi.server | Java SE |
|
| UID | A UID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 | Class | java.rmi.server | Java SE |
|
| UnicastRemoteObject | Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object. | Class | java.rmi.server | Java SE |
|
| Unreferenced | A remote object implementation should implement the Unreferenced interface to receive notification when there are | Interface | java.rmi.server | Java SE |