javax.enterprise.deploy.model

Interface J2eeApplicationObject

  • All Superinterfaces:
    DeployableObject

    public interface J2eeApplicationObject
    extends DeployableObject
    J2eeApplicationObject is an interface that represents a Java EE application (EAR); it maintains a DeployableObject for each module in the archive.
    • Method Detail

      • getDeployableObject

        DeployableObject getDeployableObject(String uri)
        Return the DeployableObject of the specified URI designator.
        Parameters:
        uri - Describes where to get the module from.
        Returns:
        the DeployableObject describing the j2ee module at this uri or 'null' if there is not match.
      • getDeployableObjects

        DeployableObject[] getDeployableObjects(ModuleType type)
        Return the all DeployableObjects of the specified type.
        Parameters:
        type - The type of module to return.
        Returns:
        the list of DeployableObjects describing the j2ee module at this uri or 'null' if there are no matches.
      • getDeployableObjects

        DeployableObject[] getDeployableObjects()
        Return the all DeployableObjects in this application.
        Returns:
        the DeployableObject describing the j2ee module at this uri or 'null' if there are no matches.
      • getModuleUris

        String[] getModuleUris(ModuleType type)
        Return the list of URIs of the designated module type.
        Parameters:
        type - The type of module to return.
        Returns:
        the Uris of the contained modules or 'null' if there are no matches.
      • getModuleUris

        String[] getModuleUris()
        Return the list of URIs for all modules in the application.
        Returns:
        the Uris of the contained modules or 'null' if there are no matches.
      • getChildBean

        DDBean[] getChildBean(ModuleType type,
                              String xpath)
        Return a list of DDBean based upon an XPath; all deployment descriptors of the specified type are searched.
        Parameters:
        type - The type of deployment descriptor to query.
        xpath - An XPath string referring to a location in the deployment descriptor
        Returns:
        The list of DDBeans or 'null' of there are no matches.
      • getText

        String[] getText(ModuleType type,
                         String xpath)
        Return the text value from the XPath; search only the deployment descriptors of the specified type.
        Parameters:
        type - The type of deployment descriptor to query.
        xpath - An xpath string referring to a location in the deployment descriptor
        Returns:
        The text values of this xpath or 'null' if there are no matches.
      • addXpathListener

        void addXpathListener(ModuleType type,
                              String xpath,
                              XpathListener xpl)
        Register a listener for changes in XPath that are related to this deployableObject.
        Parameters:
        type - The type of deployment descriptor to query.
        xpath - The xpath to listen for.
        xpl - The listener.
      • removeXpathListener

        void removeXpathListener(ModuleType type,
                                 String xpath,
                                 XpathListener xpl)
        Unregister the listener for an XPath.
        Parameters:
        type - The type of deployment descriptor to query.
        xpath - he XPath to listen for
        xpl - The listener

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/enterprise/deploy/model/j2eeapplicationobject.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.