java.lang.Object
javax.management.loading.MLetContent
Deprecated, for removal: This API element is subject to removal in a future version.
This API is part of Management Applets (m-lets), which is a legacy feature that allows loading
of remote MBeans. This feature is not usable without a Security Manager, which is deprecated and subject to
removal in a future release. Consequently, this API is also deprecated and subject to removal. There is no replacement.
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the attributes of theMLET
tag.getCode()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theCODE
attribute of theMLET
tag.Deprecated, for removal: This API element is subject to removal in a future version.Gets the code base URL.Deprecated, for removal: This API element is subject to removal in a future version.Gets the MLet text file's base URL.Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of.jar
files specified by theARCHIVE
attribute of theMLET
tag.getName()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theNAME
attribute of theMLET
tag.Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of values of theTYPE
attribute in each nested <PARAM> tag within theMLET
tag.Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of values of theVALUE
attribute in each nested <PARAM> tag within theMLET
tag.Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theOBJECT
attribute of theMLET
tag.Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theVERSION
attribute of theMLET
tag.
-
Constructor Details
-
MLetContent
Deprecated, for removal: This API element is subject to removal in a future version.Creates anMLet
instance initialized with attributes read from anMLET
tag in an MLet text file.- Parameters:
url
- The URL of the MLet text file containing theMLET
tag.attributes
- A map of the attributes of theMLET
tag. The keys in this map are the attribute names in lowercase, for examplecodebase
. 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 Details
-
getAttributes
Deprecated, for removal: This API element is subject to removal in a future version.Gets the attributes of theMLET
tag. The keys in the returned map are the attribute names in lowercase, for examplecodebase
. The values are the associated attribute values.- Returns:
- A map of the attributes of the
MLET
tag and their values.
-
getDocumentBase
Deprecated, for removal: This API element is subject to removal in a future version.Gets the MLet text file's base URL.- Returns:
- The MLet text file's base URL.
-
getCodeBase
Deprecated, for removal: This API element is subject to removal in a future version.Gets the code base URL.- Returns:
- The code base URL.
-
getJarFiles
Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of.jar
files specified by theARCHIVE
attribute of theMLET
tag.- Returns:
- A comma-separated list of
.jar
file names.
-
getCode
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theCODE
attribute of theMLET
tag.- Returns:
- The value of the
CODE
attribute of theMLET
tag.
-
getSerializedObject
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theOBJECT
attribute of theMLET
tag.- Returns:
- The value of the
OBJECT
attribute of theMLET
tag.
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theNAME
attribute of theMLET
tag.- Returns:
- The value of the
NAME
attribute of theMLET
tag.
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of theVERSION
attribute of theMLET
tag.- Returns:
- The value of the
VERSION
attribute of theMLET
tag.
-
getParameterTypes
Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of values of theTYPE
attribute in each nested <PARAM> tag within theMLET
tag.- Returns:
- the list of types.
-
getParameterValues
Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of values of theVALUE
attribute in each nested <PARAM> tag within theMLET
tag.- Returns:
- the list of values.
-