- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteStub
-
- All Implemented Interfaces:
- Serializable, Remote
- Direct Known Subclasses:
- ActivationGroup_Stub, RMIConnectionImpl_Stub, RMIServerImpl_Stub
public abstract class RemoteStub extends RemoteObject
TheRemoteStub
class is the common superclass to client stubs and provides the framework to support a wide range of remote reference semantics. Stub objects are surrogates that support exactly the same set of remote interfaces defined by the actual implementation of the remote object.- Since:
- JDK1.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.rmi.server.RemoteObject
ref
-
-
Constructor Summary
Constructors Modifier Constructor and Description protected
RemoteStub()
Constructs aRemoteStub
.protected
RemoteStub(RemoteRef ref)
Constructs aRemoteStub
, with the specified remote reference.
-
Method Summary
Methods Modifier and Type Method and Description protected static void
setRef(RemoteStub stub, RemoteRef ref)
Deprecated.no replacement. ThesetRef
method is not needed sinceRemoteStub
s can be created with theRemoteStub(RemoteRef)
constructor.
-
-
-
Constructor Detail
-
RemoteStub
protected RemoteStub()
Constructs aRemoteStub
.
-
RemoteStub
protected RemoteStub(RemoteRef ref)
Constructs aRemoteStub
, with the specified remote reference.- Parameters:
ref
- the remote reference- Since:
- JDK1.1
-
-
Method Detail
-
setRef
@Deprecated protected static void setRef(RemoteStub stub, RemoteRef ref)
Deprecated. no replacement. ThesetRef
method is not needed sinceRemoteStub
s can be created with theRemoteStub(RemoteRef)
constructor.Sets the remote reference inside the remote stub.- Parameters:
stub
- the remote stubref
- the remote reference- 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
21/11/2024 21:43:13 Cette version de la page est en cache (à la date du 21/11/2024 21:43:13) 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 31/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/rmi/server/remotestub.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.