Uses of Class
net.sf.infrared.agent.integration.ContextApiTime

Packages that use ContextApiTime
net.sf.infrared.agent   
net.sf.infrared.agent.integration   
net.sf.infrared.web.ui   
 

Uses of ContextApiTime in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return ContextApiTime
 ContextApiTime[] PerformanceDataSnapShot.getComponentStatistics()
           
 

Methods in net.sf.infrared.agent with parameters of type ContextApiTime
 void PerformanceDataSnapShot.setComponentStatistics(ContextApiTime[] componentStatistics)
           
 

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

Methods in net.sf.infrared.agent.integration that return ContextApiTime
 ContextApiTime[] ComponentStatistics.getStats()
          Gets the statistics contained in this object.
static ContextApiTime[] ComponentRegistry.getAllComponentStatistics()
           
 

Constructors in net.sf.infrared.agent.integration with parameters of type ContextApiTime
ComponentStatistics(long startTime, long endTime, ContextApiTime[] stats)
          Creates a new ComponentStatistics with ContextApiTime objects collected between a given startTime and endTime
 

Uses of ContextApiTime in net.sf.infrared.web.ui
 

Methods in net.sf.infrared.web.ui that return ContextApiTime
static ContextApiTime[] ViewUtil.getSummaryOfAllComponents(HttpSession session)
           
static ContextApiTime[] ViewUtil.getComponentSummary(HttpSession session, String apiType)