|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecInfo | |
|---|---|
| org.addsimplicity.anicetus | |
| org.addsimplicity.anicetus.entity | |
| Uses of ExecInfo in org.addsimplicity.anicetus |
|---|
| Methods in org.addsimplicity.anicetus that return ExecInfo | |
|---|---|
ExecInfo |
TelemetryContext.peekTransaction()
Return the current execution context (session or transaction). |
ExecInfo |
TelemetryContext.popTransaction()
Pop the current transaction off the top of the stack. |
| Methods in org.addsimplicity.anicetus with parameters of type ExecInfo | |
|---|---|
void |
TelemetryContext.pushTransaction(ExecInfo transaction)
Push a transaction to the top of the execution context. |
| Uses of ExecInfo in org.addsimplicity.anicetus.entity |
|---|
| Subclasses of ExecInfo in org.addsimplicity.anicetus.entity | |
|---|---|
class |
TelemetrySession
A session defines the execution of something meaningful by the application. |
class |
TelemetryTransaction
A transaction captures the details of an interaction with a component of the application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||