-
Interface Summary Interface Description Remote TheRemote
interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine. -
Class Summary Class Description MarshalledObject<T> AMarshalledObject
contains a byte stream with the serialized representation of an object given to its constructor.Naming TheNaming
class provides methods for storing and obtaining references to remote objects in a remote object registry.RMISecurityManager A subclass ofSecurityManager
used by RMI applications that use downloaded code. -
Exception Summary Exception Description AccessException AnAccessException
is thrown by certain methods of thejava.rmi.Naming
class (specificallybind
,rebind
, andunbind
) and methods of thejava.rmi.activation.ActivationSystem
interface to indicate that the caller does not have permission to perform the action requested by the method call.AlreadyBoundException AnAlreadyBoundException
is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.ConnectException AConnectException
is thrown if a connection is refused to the remote host for a remote method call.ConnectIOException AConnectIOException
is thrown if anIOException
occurs while making a connection to the remote host for a remote method call.MarshalException AMarshalException
is thrown if ajava.io.IOException
occurs while marshalling the remote call header, arguments or return value for a remote method call.NoSuchObjectException ANoSuchObjectException
is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.NotBoundException ANotBoundException
is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.RemoteException ARemoteException
is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.RMISecurityException Deprecated UseSecurityException
instead.ServerError AServerError
is thrown as a result of a remote method invocation when anError
is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.ServerException AServerException
is thrown as a result of a remote method invocation when aRemoteException
is thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself.ServerRuntimeException Deprecated no replacementStubNotFoundException AStubNotFoundException
is thrown if a valid stub class could not be found for a remote object when it is exported.UnexpectedException AnUnexpectedException
is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in thethrows
clause of the method in the remote interface.UnknownHostException AnUnknownHostException
is thrown if ajava.net.UnknownHostException
occurs while creating a connection to the remote host for a remote method call.UnmarshalException AnUnmarshalException
can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if ajava.io.IOException
occurs unmarshalling parameters (on the server side) or the return value (on the client side).
Package java.rmi Description
- Since:
- JDK1.1
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 17:47:10 Cette version de la page est en cache (à la date du 05/11/2024 17:47:10) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/rmi/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.