-
- All Superinterfaces:
- InterceptorOperations, IORInterceptorOperations
- All Known Subinterfaces:
- IORInterceptor_3_0
public interface IORInterceptor_3_0Operations extends IORInterceptorOperations
org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl Saturday, June 23, 2018 9:52:47 PM PDT
-
-
Method Summary
Methods Modifier and Type Method and Description void
adapter_manager_state_changed(int id, short state)
Called whenever the state of an adapter manager changes.void
adapter_state_changed(ObjectReferenceTemplate[] templates, short state)
Called whenever the state of an object adapter changes, and the state change is not caused by an adapter manager.void
components_established(IORInfo info)
The components_established method is invoked on all registered IORInterceptor_3_0 instances after establish_components has been invoked on all registered IORInterceptor instances.-
Methods inherited from interface org.omg.PortableInterceptor.IORInterceptorOperations
establish_components
-
-
-
-
Method Detail
-
components_established
void components_established(IORInfo info)
The components_established method is invoked on all registered IORInterceptor_3_0 instances after establish_components has been invoked on all registered IORInterceptor instances. The adapter_template is available in info during this call. The current_factory may be get or set in info during this call.Any exception thrown from this method is handled by the Object Adapter that called this interceptor. In the case of the POA, an exception results in a OBJ_ADAPTER exception with an OMG standard minor code of 6.
- Parameters:
info
- The IORInfo for the object adapter being created.
-
adapter_manager_state_changed
void adapter_manager_state_changed(int id, short state)
Called whenever the state of an adapter manager changes. For the POA, that is the POAManager. If the state change is reported throughadapter_manager_state_changed
, it is not reported throughadapter_state_changed
.- Parameters:
id
- the adapter manager id of the adapter manager that changed statestate
- the new state of the adapter manager
-
adapter_state_changed
void adapter_state_changed(ObjectReferenceTemplate[] templates, short state)
Called whenever the state of an object adapter changes, and the state change is not caused by an adapter manager. Such changes are reported to all registeredIORInterceptor_3_0
instances.- Parameters:
templates
- the sequence ofObjectReferenceTemplate
instances on which this state change occurred.state
- the newAdapterState
shared by all of the templates.
-
-
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
25/11/2024 15:26:37 Cette version de la page est en cache (à la date du 25/11/2024 15:26:37) 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 17/04/2007, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-org/omg/portableinterceptor/iorinterceptor-3-0operations.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.