public static class Extension.Instrumentation.Pointcut
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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Extension.Instrumentation.Pointcut.ClassName
Java class for anonymous complex type.
|
static class |
Extension.Instrumentation.Pointcut.Method
Java class for anonymous complex type.
|
static class |
Extension.Instrumentation.Pointcut.NameTransaction
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Extension.Instrumentation.Pointcut.ClassName |
className |
protected boolean |
excludeFromTransactionTrace |
protected boolean |
ignoreTransaction |
protected boolean |
includeNonstatic |
protected java.lang.String |
interfaceName |
protected boolean |
leaf |
protected java.util.List<Extension.Instrumentation.Pointcut.Method> |
method |
protected java.lang.String |
methodAnnotation |
protected java.lang.String |
metricNameFormat |
protected Extension.Instrumentation.Pointcut.NameTransaction |
nameTransaction |
protected java.lang.String |
pattern |
protected boolean |
traceLambda |
protected java.util.List<java.lang.String> |
traceReturnTypeDescriptors |
protected boolean |
transactionStartPoint |
protected java.lang.String |
transactionType |
| Constructor and Description |
|---|
Pointcut() |
| Modifier and Type | Method and Description |
|---|---|
Extension.Instrumentation.Pointcut.ClassName |
getClassName()
Gets the value of the className property.
|
boolean |
getIncludeNonstatic()
Gets the value of the includeNonstatic property.
|
java.lang.String |
getInterfaceName()
Gets the value of the interfaceName property.
|
java.util.List<Extension.Instrumentation.Pointcut.Method> |
getMethod()
Gets the value of the method property.
|
java.lang.String |
getMethodAnnotation()
Gets the value of the methodAnnotation property.
|
java.lang.String |
getMetricNameFormat()
Gets the value of the metricNameFormat property.
|
Extension.Instrumentation.Pointcut.NameTransaction |
getNameTransaction()
Gets the value of the nameTransaction property.
|
java.lang.String |
getPattern()
Gets the value of the pattern property.
|
java.util.List<java.lang.String> |
getTraceReturnTypeDescriptors()
Gets the value of the traceReturnTypeDescriptors property.
|
java.lang.String |
getTransactionType()
Gets the value of the transactionType property.
|
boolean |
isExcludeFromTransactionTrace()
Gets the value of the excludeFromTransactionTrace property.
|
boolean |
isIgnoreTransaction()
Gets the value of the ignoreTransaction property.
|
boolean |
isLeaf()
Gets the value of the leaf property.
|
boolean |
isTraceLambda()
Gets the value of the traceLambda property.
|
boolean |
isTransactionStartPoint()
Gets the value of the transactionStartPoint property.
|
void |
setClassName(Extension.Instrumentation.Pointcut.ClassName value)
Sets the value of the className property.
|
void |
setExcludeFromTransactionTrace(java.lang.Boolean value)
Sets the value of the excludeFromTransactionTrace property.
|
void |
setIgnoreTransaction(java.lang.Boolean value)
Sets the value of the ignoreTransaction property.
|
void |
setIncludeNonstatic(boolean value)
Sets the value of the includeNonstatic property.
|
void |
setInterfaceName(java.lang.String value)
Sets the value of the interfaceName property.
|
void |
setLeaf(java.lang.Boolean value)
Sets the value of the leaf property.
|
void |
setMethodAnnotation(java.lang.String value)
Sets the value of the methodAnnotation property.
|
void |
setMetricNameFormat(java.lang.String value)
Sets the value of the metricNameFormat property.
|
void |
setNameTransaction(Extension.Instrumentation.Pointcut.NameTransaction value)
Sets the value of the nameTransaction property.
|
void |
setPattern(java.lang.String value)
Sets the value of the pattern property.
|
void |
setTraceLambda(java.lang.Boolean value)
Sets the value of the traceLambda property.
|
void |
setTransactionStartPoint(java.lang.Boolean value)
Sets the value of the transactionStartPoint property.
|
void |
setTransactionType(java.lang.String value)
Sets the value of the transactionType property.
|
protected Extension.Instrumentation.Pointcut.NameTransaction nameTransaction
protected java.lang.String methodAnnotation
protected Extension.Instrumentation.Pointcut.ClassName className
protected java.lang.String interfaceName
protected java.util.List<Extension.Instrumentation.Pointcut.Method> method
protected boolean transactionStartPoint
protected java.lang.String metricNameFormat
protected boolean excludeFromTransactionTrace
protected boolean leaf
protected boolean ignoreTransaction
protected boolean traceLambda
protected java.lang.String pattern
protected boolean includeNonstatic
protected java.util.List<java.lang.String> traceReturnTypeDescriptors
protected java.lang.String transactionType
public Extension.Instrumentation.Pointcut.NameTransaction getNameTransaction()
Extension.Instrumentation.Pointcut.NameTransactionpublic void setNameTransaction(Extension.Instrumentation.Pointcut.NameTransaction value)
value - allowed object is Extension.Instrumentation.Pointcut.NameTransactionpublic java.lang.String getMethodAnnotation()
Stringpublic void setMethodAnnotation(java.lang.String value)
value - allowed object is Stringpublic Extension.Instrumentation.Pointcut.ClassName getClassName()
Extension.Instrumentation.Pointcut.ClassNamepublic void setClassName(Extension.Instrumentation.Pointcut.ClassName value)
value - allowed object is Extension.Instrumentation.Pointcut.ClassNamepublic java.lang.String getInterfaceName()
Stringpublic void setInterfaceName(java.lang.String value)
value - allowed object is Stringpublic java.util.List<Extension.Instrumentation.Pointcut.Method> getMethod()
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 method property.
For example, to add a new item, do as follows:
getMethod().add(newItem);
Objects of the following type(s) are allowed in the list Extension.Instrumentation.Pointcut.Method
public boolean isTransactionStartPoint()
Booleanpublic void setTransactionStartPoint(java.lang.Boolean value)
value - allowed object is Booleanpublic java.lang.String getMetricNameFormat()
Stringpublic void setMetricNameFormat(java.lang.String value)
value - allowed object is Stringpublic boolean isExcludeFromTransactionTrace()
Booleanpublic void setExcludeFromTransactionTrace(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isLeaf()
Booleanpublic void setLeaf(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isIgnoreTransaction()
Booleanpublic void setIgnoreTransaction(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isTraceLambda()
Booleanpublic void setTraceLambda(java.lang.Boolean value)
value - allowed object is Booleanpublic java.util.List<java.lang.String> getTraceReturnTypeDescriptors()
This accessor traceReturnTypeDescriptors 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 traceReturnTypeDescriptors for the traceReturnTypeDescriptors property.
For example, to add a new item, do as follows:
getTraceReturnTypeDescriptors().add(newItem);
Objects of the following type(s) are allowed in the list String
public java.lang.String getPattern()
Stringpublic void setPattern(java.lang.String value)
value - allowed object is Stringpublic boolean getIncludeNonstatic()
Booleanpublic void setIncludeNonstatic(boolean value)
value - allowed object is Booleanpublic java.lang.String getTransactionType()
Stringpublic void setTransactionType(java.lang.String value)
value - allowed object is String