public class TokenImpl
extends java.lang.Object
implements com.newrelic.agent.bridge.Token
| Modifier and Type | Method and Description |
|---|---|
boolean |
expire() |
Tracer |
getInitiatingTracer() |
WeakRefTransaction |
getTransaction() |
boolean |
isActive() |
boolean |
link() |
boolean |
linkAndExpire() |
public TokenImpl(Tracer tracer)
public WeakRefTransaction getTransaction()
public Tracer getInitiatingTracer()
public boolean expire()
expire in interface com.newrelic.api.agent.Tokenpublic boolean link()
link in interface com.newrelic.api.agent.Tokenpublic boolean linkAndExpire()
linkAndExpire in interface com.newrelic.api.agent.Tokenpublic boolean isActive()
isActive in interface com.newrelic.api.agent.Token