| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use java.rmi | |
| java.rmi | |
| java.rmi.activation | |
| java.rmi.dgc | |
| java.rmi.registry | |
| java.rmi.server | |
| org.omg.stub.java.rmi | |
Classes in java.rmi used by java.rmi| AlreadyBoundException
 | 
An AlreadyBoundException is thrown if an attempt
 is made to bind an object in the registry to a name that already
 has an associated binding.NotBoundException
 | 
A NotBoundException is thrown if an attempt
 is made to lookup or unbind in the registry a name that has
 no associated binding.Remote
 | 
The Remote interface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine.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. | 
|
Classes in java.rmi used by java.rmi.activation| MarshalledObject
 | 
A MarshalledObject contains a byte stream with the serialized
 representation of an object given to its constructor.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
 machine.Remote
 | 
The Remote interface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine.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. | 
|
Classes in java.rmi used by java.rmi.dgc| Remote
 | 
The Remote interface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine.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. | 
|
Classes in java.rmi used by java.rmi.registry| AccessException
 | 
An AccessException is thrown by certain methods of the
 java.rmi.Naming class (specifically bind,
 rebind, and unbind) and methods of the
 java.rmi.activation.ActivationSystem interface to
 indicate that the caller does not have permission to perform the action
 requested by the method call.AlreadyBoundException
 | 
An AlreadyBoundException is thrown if an attempt
 is made to bind an object in the registry to a name that already
 has an associated binding.NotBoundException
 | 
A NotBoundException is thrown if an attempt
 is made to lookup or unbind in the registry a name that has
 no associated binding.Remote
 | 
The Remote interface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine.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.UnknownHostException
 | 
An UnknownHostException is thrown if a
 java.net.UnknownHostException occurs while creating
 a connection to the remote host for a remote method call. | 
|
Classes in java.rmi used by java.rmi.server| 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
 machine.Remote
 | 
The Remote interface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine.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. | 
|
Classes in java.rmi used by org.omg.stub.java.rmi| Remote
 | 
The Remote interface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine. | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.