Smart Plug-in for WebLogic Server User's Guide

Chapter 5: WebLogic Server SPI User Defined Metrics
Introduction to User Defined Metrics
5-5
elements. Each Map element specifies one value to be mapped.
" The FromVersion and ToVersion elements are used to specify for which
versions of WebLogic this MBean element is valid.
" The AttributeFilter element provides basic filtering of MBeans based
on an MBean attribute.
<!ELEMENT MBean (FromVersion?, ToVersion?, ObjectName,
Attribute,AttributeValueMapping?,
AttributeFilter?)>
<!ATTLIST MBean instanceType (single | multi) "single"
dataType (numeric | string) "numeric" >
<!ELEMENT ObjectName (#PCDATA)>
<!ELEMENT Attribute (#PCDATA)>
<!ATTLIST Attribute description CDATA #IMPLIED
units CDATA "">
<!ELEMENT AttributeValueMapping (Map+)>
<!ELEMENT Map EMPTY>
<!ATTLIST Map from CDATA #REQUIRED
to CDATA #REQUIRED >
<!ELEMENT AttributeFilter EMPTY>
<!ATTLIST AttributeFilter type (include | exclude) "include"
name CDATA #REQUIRED
operator (initialSubString |
finalSubString |
anySubString | match |
gt | geq | lt | leq | eq)
#REQUIRED
value CDATA #REQUIRED >
MBean element attributes are described in the following table.
Attribute Possible
Values
Required Default Description
instanceType "single"
"multi"
No "single" Indicates whether there
could be multiple instances
of this MBean.