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

Packages that use Api
net.sf.infrared.agent   
net.sf.infrared.agent.integration   
 

Uses of Api in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return Api
 Api ApiTime.getApi()
           
 Api AggregateApiTime.getApi()
           
 

Methods in net.sf.infrared.agent with parameters of type Api
 boolean Api.equals(Api other)
          Equals method
 void AggregateApiTime.setApi(Api api)
           
 

Constructors in net.sf.infrared.agent with parameters of type Api
AggregateApiTime(Api api)
           
 

Uses of Api in net.sf.infrared.agent.integration
 

Methods in net.sf.infrared.agent.integration with parameters of type Api
 void ComponentMonitorImpl.recordMethodCall(Api api, String componentName, ApiContext context, long time)
           
 void ComponentMonitor.recordMethodCall(Api api, String componentName, ApiContext context, long time)
          Called to record a call to a method belonging to some component.
 

Constructors in net.sf.infrared.agent.integration with parameters of type Api
ContextApiTime(Api api, String componentName, ApiContext context)
          Creates a new ContextApiTime for a given component, using a given ApiTime and attaching a given ApiContext.