Uses of Class
org.addsimplicity.anicetus.entity.ExecInfo

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.
 



Copyright © 2009 Add Simplicity. All Rights Reserved.