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.
javax.management.loading

Class MLetContent


  • public class MLetContent
    extends Object
    This class represents the contents of the MLET tag. It can be consulted by a subclass of MLet that overrides the MLet.check method.
    Since:
    1.6
    • Constructor Detail

      • MLetContent

        public MLetContent(URL url,
                   Map<String,String> attributes,
                   List<String> types,
                   List<String> values)
        Creates an MLet instance initialized with attributes read from an MLET tag in an MLet text file.
        Parameters:
        url - The URL of the MLet text file containing the MLET tag.
        attributes - A map of the attributes of the MLET tag. The keys in this map are the attribute names in lowercase, for example codebase. The values are the associated attribute values.
        types - A list of the TYPE attributes that appeared in nested <PARAM> tags.
        values - A list of the VALUE attributes that appeared in nested <PARAM> tags.
    • Method Detail

      • getAttributes

        public Map<String,String> getAttributes()
        Gets the attributes of the MLET tag. The keys in the returned map are the attribute names in lowercase, for example codebase. The values are the associated attribute values.
        Returns:
        A map of the attributes of the MLET tag and their values.
      • getDocumentBase

        public URL getDocumentBase()
        Gets the MLet text file's base URL.
        Returns:
        The MLet text file's base URL.
      • getCodeBase

        public URL getCodeBase()
        Gets the code base URL.
        Returns:
        The code base URL.
      • getJarFiles

        public String getJarFiles()
        Gets the list of .jar files specified by the ARCHIVE attribute of the MLET tag.
        Returns:
        A comma-separated list of .jar file names.
      • getCode

        public String getCode()
        Gets the value of the CODE attribute of the MLET tag.
        Returns:
        The value of the CODE attribute of the MLET tag.
      • getSerializedObject

        public String getSerializedObject()
        Gets the value of the OBJECT attribute of the MLET tag.
        Returns:
        The value of the OBJECT attribute of the MLET tag.
      • getName

        public String getName()
        Gets the value of the NAME attribute of the MLET tag.
        Returns:
        The value of the NAME attribute of the MLET tag.
      • getVersion

        public String getVersion()
        Gets the value of the VERSION attribute of the MLET tag.
        Returns:
        The value of the VERSION attribute of the MLET tag.
      • getParameterTypes

        public List<String> getParameterTypes()
        Gets the list of values of the TYPE attribute in each nested <PARAM> tag within the MLET tag.
        Returns:
        the list of types.
      • getParameterValues

        public List<String> getParameterValues()
        Gets the list of values of the VALUE attribute in each nested <PARAM> tag within the MLET tag.
        Returns:
        the list of values.

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-javax/management/loading/mletcontent.html/.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