|
SATSA - JSR177 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
SATSA - JSR177 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |