public static class Extension.Instrumentation
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pointcut" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameTransaction" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<choice>
<element name="methodAnnotation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<sequence>
<choice>
<element name="className">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="includeSubclasses" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="interfaceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="method" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="returnType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</choice>
</sequence>
<attribute name="transactionStartPoint" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="metricNameFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="excludeFromTransactionTrace" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="leaf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ignoreTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="transactionType" default="background">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="background"/>
<enumeration value="web"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="metricPrefix" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Extension.Instrumentation.Pointcut
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
metricPrefix |
protected java.util.List<Extension.Instrumentation.Pointcut> |
pointcut |
| Constructor and Description |
|---|
Instrumentation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMetricPrefix()
Gets the value of the metricPrefix property.
|
java.util.List<Extension.Instrumentation.Pointcut> |
getPointcut()
Gets the value of the pointcut property.
|
void |
setMetricPrefix(java.lang.String value)
Sets the value of the metricPrefix property.
|
protected java.util.List<Extension.Instrumentation.Pointcut> pointcut
protected java.lang.String metricPrefix
public java.util.List<Extension.Instrumentation.Pointcut> getPointcut()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the object.
This is why there is not a set method for the pointcut property.
For example, to add a new item, do as follows:
getPointcut().add(newItem);
Objects of the following type(s) are allowed in the list
Extension.Instrumentation.Pointcut
public java.lang.String getMetricPrefix()
Stringpublic void setMetricPrefix(java.lang.String value)
value - allowed object is String