javax.xml.registry

Interface BulkResponse

  • All Superinterfaces:
    JAXRResponse

    public interface BulkResponse
    extends JAXRResponse
    Contains the response of a method in the API that performs a bulk operation and returns a bulk response. Partial commits are allowed on a bulk operation.

    In the event of a partial success where only a subset of objects were processed successfully, the getStatus method of the BulkResponse must return JAXRResponse.STATUS_WARNING. In this case, a Collection of JAXRException instances is included in the BulkResponse instance. The JAXRExceptions provide information on each error that prevented some objects in the request to not be processed successfully.

    Author:
    Farrukh S. Najmi
    See Also:
    QueryManager, LifeCycleManager
    • Method Detail

      • getCollection

        Collection getCollection()
                          throws JAXRException
        Get the Collection of objects returned as a response of a bulk operation. Caller thread will block here if result is not yet available.

        Capability Level: 0
        Returns:
        Collection of RegistryObject instances. The Collection may be empty but not null.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        RegistryObject
      • getExceptions

        Collection getExceptions()
                          throws JAXRException
        Get the Collection of RegistryException instances in case of partial commit. Caller thread will block here if result is not yet available.

        Capability Level: 0
        Returns:
        Collection of RegistryException instances. Return null if result is available and there is no RegistryException.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        RegistryException
      • isPartialResponse

        boolean isPartialResponse()
                           throws JAXRException
        Determines whether the response is a partial response due to large result set.

        Capability Level: 0
        Returns:
        true if the response is partial; false otherwise
        Throws:
        JAXRException - If the JAXR provider encounters an internal error

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 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/xml/registry/bulkresponse.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 van 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.