Uses of Class
net.sf.infrared.agent.ApiTime

Packages that use ApiTime
net.sf.infrared.agent   
 

Uses of ApiTime in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent with parameters of type ApiTime
 void OperationTree.appendToName(ApiTime child)
          This is called when a new node is added to the operation tree The api name is appended to the operation name.
 boolean AggregateApiTime.aggregate(ApiTime someApi)
          Aggregates the time taken by another invocation of this API.
 

Constructors in net.sf.infrared.agent with parameters of type ApiTime
ApiTime(ApiTime anotherApiTime, IdMapper idMapper)
          Copy constructor for making a new ApiTime with the same attributes as a given ApiTime.
ApiTime(ApiTime anotherApiTime)
           
AggregateApiTime(ApiTime someApi)
          Constructs a new AggregateApiTime object which can track aggregate execution times and invocation counts of the API represented by a given ApiTime object.