Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
org.omg.PortableServer

Interface POAManagerOperations

  • All Known Subinterfaces:
    POAManager

    public interface POAManagerOperations
    Each POA object has an associated POAManager object. A POA manager may be associated with one or more POA objects. A POA manager encapsulates the processing state of the POAs it is associated with.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void activate()
      This operation changes the state of the POA manager to active, causing associated POAs to start processing requests.
      void deactivate(boolean etherealize_objects, boolean wait_for_completion)
      This operation changes the state of the POA manager to inactive, causing associated POAs to reject the requests that have not begun executing as well as as any new requests.
      void discard_requests(boolean wait_for_completion)
      This operation changes the state of the POA manager to discarding.
      State get_state()
      This operation returns the state of the POA manager.
      void hold_requests(boolean wait_for_completion)
      This operation changes the state of the POA manager to holding, causing associated POAs to queue incoming requests.

      Eerste pagina van API Java Inhoudsopgave Haut

    • Method Detail

      • activate

        void activate()
                      throws AdapterInactive
        This operation changes the state of the POA manager to active, causing associated POAs to start processing requests.
        Throws:
        AdapterInactive - is raised if the operation is invoked on the POAManager in inactive state.
      • hold_requests

        void hold_requests(boolean wait_for_completion)
                           throws AdapterInactive
        This operation changes the state of the POA manager to holding, causing associated POAs to queue incoming requests.
        Parameters:
        wait_for_completion - if FALSE, the operation returns immediately after changing state. If TRUE, it waits for all active requests to complete.
        Throws:
        AdapterInactive - is raised if the operation is invoked on the POAManager in inactive state.
      • discard_requests

        void discard_requests(boolean wait_for_completion)
                              throws AdapterInactive
        This operation changes the state of the POA manager to discarding. This causes associated POAs to discard incoming requests.
        Parameters:
        wait_for_completion - if FALSE, the operation returns immediately after changing state. If TRUE, it waits for all active requests to complete.
        Throws:
        AdapterInactive - is raised if the operation is invoked on the POAManager in inactive state.
      • deactivate

        void deactivate(boolean etherealize_objects,
                      boolean wait_for_completion)
                        throws AdapterInactive
        This operation changes the state of the POA manager to inactive, causing associated POAs to reject the requests that have not begun executing as well as as any new requests.
        Parameters:
        etherealize_objects - a flag to indicate whether to invoke the etherealize operation of the associated servant manager for all active objects.
        wait_for_completion - if FALSE, the operation returns immediately after changing state. If TRUE, it waits for all active requests to complete.
        Throws:
        AdapterInactive - is raised if the operation is invoked on the POAManager in inactive state.
      • get_state

        State get_state()
        This operation returns the state of the POA manager.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-org/omg/portableserver/poamanageroperations.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut