| Name | Description | Type | Package | Framework |
| AccessException | An AccessException is thrown by certain methods of the java. | Class | java.rmi | Java SE |
|
| Activatable | The Activatable class provides support for remote objects that require persistent access over time and that | Class | java.rmi.activation | Java SE |
|
| ActivateFailedException | This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object. | Class | java.rmi.activation | Java SE |
|
| ActivationDesc | An activation descriptor contains the information necessary to activate an object: the object's group identifier, | Class | java.rmi.activation | Java SE |
|
| ActivationException | General exception used by the activation interfaces. | Class | java.rmi.activation | Java SE |
|
| ActivationGroup | An ActivationGroup is responsible for creating new instances of activatable objects in its group, informing its | Class | java.rmi.activation | Java SE |
|
| ActivationGroup_Stub | ActivationGroup_Stub is a stub class for the subclasses of java. | Class | java.rmi.activation | Java SE |
|
| ActivationGroupDesc | An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects. | Class | java.rmi.activation | Java SE |
|
| ActivationGroupDesc .CommandEnvironment | Startup options for ActivationGroup implementations. | Class | java.rmi.activation.ActivationGroupDesc | Java SE |
|
| ActivationGroupID | The identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and | Class | java.rmi.activation | Java SE |
|
| ActivationID | Activation makes use of special identifiers to denote remote objects that can be activated over time. | Class | java.rmi.activation | Java SE |
|
| AlreadyBoundException | An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already | Class | java.rmi | Java SE |
|
| ActivationInstantiator | An ActivationInstantiator is responsible for creating instances of activatable objects. | Interface | java.rmi.activation | Java SE |
|
| ActivationMonitor | An ActivationMonitor is specific to an ActivationGroup and is obtained when a group is | Interface | java.rmi.activation | Java SE |
|
| ActivationSystem | The ActivationSystem provides a means for registering groups and activatable objects to be activated within those groups. | Interface | java.rmi.activation | Java SE |
|
| Activator | The Activator facilitates remote object activation. | Interface | java.rmi.activation | Java SE |
|
| ConnectException | A ConnectException is thrown if a connection is refused to the remote host for a remote method call. | Class | java.rmi | Java SE |
|
| ConnectIOException | A ConnectIOException is thrown if an IOException occurs while making a connection | Class | java.rmi | Java SE |
|
| DGC | The DGC abstraction is used for the server side of the distributed garbage collection algorithm. | Interface | java.rmi.dgc | Java SE |
|
| ExportException | An ExportException is a RemoteException thrown if an attempt to export a remote object fails. | Class | java.rmi.server | Java SE |
|
| Lease | A lease contains a unique VM identifier and a lease duration. | Class | java.rmi.dgc | Java SE |
|
| LocateRegistry | LocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host (including the local host), or | Class | java.rmi.registry | 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 |
|
| MarshalException | A MarshalException is thrown if a java. | Class | java.rmi | Java SE |
|
| MarshalledObject | A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor. | Class | java.rmi | Java SE |
|
| Naming | The Naming class provides methods for storing and obtaining references to remote objects in a remote object registry. | Class | java.rmi | Java SE |
|
| NoSuchObjectException | A NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual | Class | java.rmi | Java SE |
|
| NotBoundException | A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has | Class | java.rmi | 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 |
|
| RemoteException | A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a | Class | java.rmi | 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 |
|
| RMISecurityException | An RMISecurityException signals that a security exception has occurred during the execution of one of | Class | java.rmi | Java SE |
|
| RMISecurityManager | RMISecurityManager implements a policy identical to the policy implemented by SecurityManager. | Class | java.rmi | 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 |
|
| Registry | Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving | Interface | java.rmi.registry | Java SE |
|
| RegistryHandler | RegistryHandler is an interface used internally by the RMI runtime in previous implementation versions. | Interface | java.rmi.registry | Java SE |
|
| Remote | The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine. | Interface | java.rmi | 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 |
|
| StubNotFoundException | A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported. | Class | java.rmi | 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 |
|
| UnexpectedException | An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked | Class | java.rmi | 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 |
|
| UnknownGroupException | An UnknownGroupException is thrown by methods of classes and interfaces in the java. | Class | java.rmi.activation | Java SE |
|
| UnknownHostException | An UnknownHostException is thrown if a java. | Class | java.rmi | Java SE |
|
| UnknownObjectException | An UnknownObjectException is thrown by methods of classes and interfaces in the java. | Class | java.rmi.activation | Java SE |
|
| UnmarshalException | An UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the following | Class | java.rmi | Java SE |
|
| Unreferenced | A remote object implementation should implement the Unreferenced interface to receive notification when there are | Interface | java.rmi.server | Java SE |
|
| VMID | A VMID is a identifier that is unique across all Java virtual machines. | Class | java.rmi.dgc | Java SE |
|
| _Remote_Stub | This class provides the Stub for the Remote Type. | Class | org.omg.stub.java.rmi | Java SE |
|
| RMIProvider | A basic RMI ProviderAuthor:Davanum Srinivas (dims@yahoo. | Class | org.apache.axis.providers.java | Apache Axis |