Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 177

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

JSR 177

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 177 specification.