| 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 |
| ActivatableRef | Class | rmi.server | Code Trails | |
| ActivatableServerRef | Server-side ref for a persistent remote impl. | Class | rmi.server | Code Trails |
| Activation | The Activator facilitates remote object activation. | Class | rmi.server | Code Trails |
| Activation .ActivationServerSocketFactory | A server socket factory to use when rmid is launched via 'inetd' with 'wait' status. | Class | rmi.server.Activation | Code Trails |
| Activation .ActLogHandler | Handler for the log that knows how to take the initial snapshot and apply an update (a LogRecord) to the current state. | Class | rmi.server.Activation | Code Trails |
| Activation .DefaultExecPolicy | The default policy for checking a command before it is executed makes sure the appropriate com. | Class | rmi.server.Activation | Code Trails |
| Activation .DelayedAcceptServerSocket | A server socket that delegates all public methods to the underlying server socket specified at construction. | Class | rmi.server.Activation | Code Trails |
| Activation .LogGroupIncarnation | Class | rmi.server.Activation | Code Trails | |
| Activation .LogRecord | Abstract class for all log records. | Class | rmi.server.Activation | Code Trails |
| Activation .LogRegisterGroup | Log record for registering a group. | Class | rmi.server.Activation | Code Trails |
| Activation .LogRegisterObject | Log record for registering an object. | Class | rmi.server.Activation | Code Trails |
| Activation .LogUnregisterGroup | Log record for unregistering a group. | Class | rmi.server.Activation | Code Trails |
| Activation .LogUnregisterObject | Log record for unregistering an object. | Class | rmi.server.Activation | Code Trails |
| Activation .LogUpdateDesc | Class | rmi.server.Activation | Code Trails | |
| Activation .LogUpdateGroupDesc | Log record for unregistering a group. | Class | rmi.server.Activation | Code Trails |
| Activation .ObjectEntry | Class | rmi.server.Activation | Code Trails | |
| Activation .SystemRegistryImpl | Class | rmi.server.Activation | Code Trails | |
| ActivationGroupImpl | The default activation group implementation. | Class | rmi.server | Code Trails |
| ActivationGroupImpl .ActiveEntry | Entry in table for active object. | Class | rmi.server.ActivationGroupImpl | Code Trails |
| ActivationGroupImpl .ServerSocketFactoryImpl | Trivial server socket factory used to export the activation group impl on an unshared port. | Class | rmi.server.ActivationGroupImpl | Code Trails |
| ActivationGroupInit | This is the bootstrap code to start a VM executing an activation The activator spawns (as a child process) an activation group as needed | Class | rmi.server | Code Trails |
| Dispatcher | The Dispatcher interface allows the transport to make the upcall to the server side remote reference. | Interface | rmi.server | Code Trails |
| RemoteObject | This class is provided for compatibility with the java. | Class | weblogic.rmi.server | Oracle WebLogic |
| RemoteServer | This abstract class is provided strictly for compatibility with java. | Class | weblogic.rmi.server | Oracle WebLogic |
| ServerError | Class for handling server errors. | Class | weblogic.rmi | Oracle WebLogic |
| ServerException | Class for handling server exceptions. | Class | weblogic.rmi | Oracle WebLogic |
| ServerRuntimeException | Class for handling server runtime exceptions. | Class | weblogic.rmi | Oracle WebLogic |
| ServerShuttingDownException | This exception is thrown for any new RMI request when the server isSee Also:Serialized Form | Class | weblogic.rmi | Oracle WebLogic |
| UnicastRemoteObject | This class is provided strictly for compatibility with java. | Class | weblogic.rmi.server | Oracle WebLogic |
| RmiServantImpl | Class | hep.aida.ref.remote.rmi.server | FreeHep | |
| RmiServerImpl | Class | hep.aida.ref.remote.rmi.server | FreeHep | |
| JCRServer | MBean that registers a JCR RMI server through JNDI. | Class | org.apache.jackrabbit.rmi.server.jmx | Apache JackRabbit |
| JCRServerMBean | Interface | org.apache.jackrabbit.rmi.server.jmx | Apache JackRabbit | |
| RemoteAdapterFactory | Factory interface for creating remote adapters for local resources. | Interface | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerAccessControlEntry | Class | org.apache.jackrabbit.rmi.server.security | Apache JackRabbit | |
| ServerAccessControlList | Class | org.apache.jackrabbit.rmi.server.security | Apache JackRabbit | |
| ServerAccessControlManager | Class | org.apache.jackrabbit.rmi.server.security | Apache JackRabbit | |
| ServerAccessControlPolicy | Class | org.apache.jackrabbit.rmi.server.security | Apache JackRabbit | |
| ServerAccessControlPolicyIterator | A ServerIterator for iterating rows. | Class | org.apache.jackrabbit.rmi.server.security | Apache JackRabbit |
| ServerAdapterFactory | Default implementation of the RemoteAdapterFactory interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerEventCollection | The ServerEventCollection class implements the RemoteEventCollectionevent to | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerEventCollection .ServerEvent | Server side implementation of the RemoteEvent interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerGroup | Class | org.apache.jackrabbit.rmi.server.principal | Apache JackRabbit | |
| ServerItem | Remote adapter for the JCR Item interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerItemDefinition | Remote adapter for the JCR ItemDefinition interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerIterator | Remote adapter for the JCR RangeIterator interface. | Class | org.apache.jackrabbit.rmi.server.iterator | Apache JackRabbit |
| ServerLock | Remote adapter for the JCR Lock interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerLockManager | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit | |
| ServerNamespaceRegistry | Remote adapter for the JCR NamespaceRegistry interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerNode | Remote adapter for the JCR Node interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerNodeDefinition | Remote adapter for the JCR NodeDefinition interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerNodeIterator | A ServerIterator for iterating nodes. | Class | org.apache.jackrabbit.rmi.server.iterator | Apache JackRabbit |
| ServerNodeType | Remote adapter for the JCR NodeType interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerNodeTypeIterator | A ServerIterator for iterating node types. | Class | org.apache.jackrabbit.rmi.server.iterator | Apache JackRabbit |
| ServerNodeTypeManager | Remote adapter for the JCR interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerObject | Base class for remote adapters. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerObservationManager | Remote adapter for the JCR ObservationManager interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerPrincipal | Class | org.apache.jackrabbit.rmi.server.principal | Apache JackRabbit | |
| ServerPrincipalIterator | Class | org.apache.jackrabbit.rmi.server.principal | Apache JackRabbit | |
| ServerPrivilege | Class | org.apache.jackrabbit.rmi.server.security | Apache JackRabbit | |
| ServerProperty | Remote adapter for the JCR Property interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerPropertyDefinition | Remote adapter for the JCR PropertyDefinition interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerPropertyIterator | A ServerIterator for iterating properties. | Class | org.apache.jackrabbit.rmi.server.iterator | Apache JackRabbit |
| ServerQuery | Remote adapter for the JCR Query interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerQueryManager | Remote adapter for the JCR QueryManager interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerQueryResult | Remote adapter for the JCR QueryResult interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerRepository | Remote adapter for the JCR Repository interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerRow | Remote adapter for the JCR Row interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerRowIterator | A ServerIterator for iterating rows. | Class | org.apache.jackrabbit.rmi.server.iterator | Apache JackRabbit |
| ServerSession | Remote adapter for the JCR Session interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerVersion | Remote adapter for the JCR Version interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerVersionHistory | Remote adapter for the JCR VersionHistory interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerVersionIterator | A ServerIterator for iterating versions. | Class | org.apache.jackrabbit.rmi.server.iterator | Apache JackRabbit |
| ServerVersionManager | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit | |
| ServerWorkspace | Remote adapter for the JCR Workspace interface. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |
| ServerXASession | Remote adapter for XA-enabled sessions. | Class | org.apache.jackrabbit.rmi.server | Apache JackRabbit |