No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
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.

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/management/loading/mletcontent.html/.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut