A subset of the java.rmi
package in the
Java 2 Standard Edition. The package includes the Remote
interface and the RemoteException
class.
The Remote
interface serves to identify interfaces
whose methods may be invoked from a non-local virtual machine.
A RemoteException
is the common superclass for a
number of communication-related exceptions that may occur
during the execution of a remote method call.