public abstract class AbstractTransactionNamer extends java.lang.Object implements TransactionNamer
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTransactionNamer(Transaction tx,
java.lang.String uri) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canSetTransactionName() |
protected boolean |
canSetTransactionName(com.newrelic.agent.bridge.TransactionNamePriority priority) |
protected Transaction |
getTransaction() |
protected java.lang.String |
getUri() |
protected void |
setTransactionName(java.lang.String name,
java.lang.String category,
com.newrelic.agent.bridge.TransactionNamePriority priority) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTransactionNameprotected AbstractTransactionNamer(Transaction tx, java.lang.String uri)
protected final java.lang.String getUri()
protected final Transaction getTransaction()
protected boolean canSetTransactionName()
protected boolean canSetTransactionName(com.newrelic.agent.bridge.TransactionNamePriority priority)
protected void setTransactionName(java.lang.String name,
java.lang.String category,
com.newrelic.agent.bridge.TransactionNamePriority priority)