public class TraceInformation
extends java.lang.Object
| Constructor and Description |
|---|
TraceInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIgnoreApdexMethod(java.lang.String methodName,
java.lang.String methodDesc) |
void |
addIgnoreTransactionMethod(org.objectweb.asm.commons.Method m)
Sets the field ignoreTransactionMethods.
|
void |
addIgnoreTransactionMethod(java.lang.String methodName,
java.lang.String methodDesc)
Sets the field ignoreTransactionMethods.
|
java.util.Set<org.objectweb.asm.commons.Method> |
getIgnoreApdexMethods()
Gets the field ignoreApdexMethods.
|
java.util.Set<org.objectweb.asm.commons.Method> |
getIgnoreTransactionMethods()
Gets the field ignoreTransactionMethods.
|
java.util.Map<org.objectweb.asm.commons.Method,TraceDetails> |
getTraceAnnotations()
Gets the field traceAnnotations.
|
boolean |
isMatch() |
public java.util.Map<org.objectweb.asm.commons.Method,TraceDetails> getTraceAnnotations()
public java.util.Set<org.objectweb.asm.commons.Method> getIgnoreApdexMethods()
public java.util.Set<org.objectweb.asm.commons.Method> getIgnoreTransactionMethods()
public void addIgnoreApdexMethod(java.lang.String methodName,
java.lang.String methodDesc)
public void addIgnoreTransactionMethod(java.lang.String methodName,
java.lang.String methodDesc)
public void addIgnoreTransactionMethod(org.objectweb.asm.commons.Method m)
public boolean isMatch()