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 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 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.
|
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 |
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 |
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 |
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 |
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 java.lang.String transactionType
public Extension.Instrumentation.Pointcut.NameTransaction getNameTransaction()
Extension.Instrumentation.Pointcut.NameTransaction
public void setNameTransaction(Extension.Instrumentation.Pointcut.NameTransaction value)
value
- allowed object is Extension.Instrumentation.Pointcut.NameTransaction
public java.lang.String getMethodAnnotation()
String
public void setMethodAnnotation(java.lang.String value)
value
- allowed object is String
public Extension.Instrumentation.Pointcut.ClassName getClassName()
Extension.Instrumentation.Pointcut.ClassName
public void setClassName(Extension.Instrumentation.Pointcut.ClassName value)
value
- allowed object is Extension.Instrumentation.Pointcut.ClassName
public java.lang.String getInterfaceName()
String
public void setInterfaceName(java.lang.String value)
value
- allowed object is String
public 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()
Boolean
public void setTransactionStartPoint(java.lang.Boolean value)
value
- allowed object is Boolean
public java.lang.String getMetricNameFormat()
String
public void setMetricNameFormat(java.lang.String value)
value
- allowed object is String
public boolean isExcludeFromTransactionTrace()
Boolean
public void setExcludeFromTransactionTrace(java.lang.Boolean value)
value
- allowed object is Boolean
public boolean isLeaf()
Boolean
public void setLeaf(java.lang.Boolean value)
value
- allowed object is Boolean
public boolean isIgnoreTransaction()
Boolean
public void setIgnoreTransaction(java.lang.Boolean value)
value
- allowed object is Boolean
public java.lang.String getTransactionType()
String
public void setTransactionType(java.lang.String value)
value
- allowed object is String