SATSA - JSR177

Package java.rmi

A subset of the java.rmi package in the Java 2 Standard Edition.

See:
          Description

Interface Summary
Remote The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
 

Exception Summary
RemoteException A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
 

Package java.rmi Description

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.

Since:
SATSA1.0

SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.