Package org. omg. SendingContext
See: Description
-
Interface Summary Interface Description RunTime Defines the base class that represents the Sending Context of a request.RunTimeOperations Defines operations on the base class that represents the Sending Context of a request.
Package org.omg.SendingContext Description
SendingContext.RunTime
interface.
A sending context may be either the client side or the server side of an invocation, depending on which contains a value type. The sending context is the client side of an invocation if the request contains a value type. It is the server side if the reply contains a value type. The other party in the communication is the receiving context.
The service context marshalled for SendingContext
consists of an encapsulated IOR for the SendingContext.RunTime
interface. RunTime
is just a marker
interface defined to allow extensibility in the future. There is
currently only one subinterface of RunTime
defined:
the SendingContext.CodeBase
interface.
The interface CodeBase
defines operations to obtain code URLs
and meta-information about a value type received from the sending
context.
Note that these classes are currently defined in the
com.sun.org.omg.SendingContext
package rather than in the package org.omg.SendingContext
.
This has been done to avoid including large parts of the interface
repository in the JDK core, since the interface repository is still
evolving in response to the needs of the CORBA Components work.
Package Specification
For a precise list of supported sections of official specifications with which the Java[tm] Platform, Standard Edition 6 ORB complies, see Official Specifications for CORBA support in Java[tm] SE 6.
- Since:
- 1.3
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 04:18:35 Cette version de la page est en cache (à la date du 05/11/2024 04:18:35) 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-org/omg/sendingcontext/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.