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

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

Uses of AggregateApiTime in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return AggregateApiTime
 AggregateApiTime[] Statistics.getCopyOfApiTimes()
           
 AggregateApiTime Statistics.getCopyOfHttpResponseTime()
           
 AggregateApiTime Statistics.getHttpResponseSummary()
           
 AggregateApiTime[] PerformanceDataSnapShot.getApiTimes()
           
 AggregateApiTime PerformanceDataSnapShot.getHttpResponseSummary()
           
 

Methods in net.sf.infrared.agent with parameters of type AggregateApiTime
 void PerformanceDataSnapShot.setApiTimes(AggregateApiTime[] apiTimes)
           
 void PerformanceDataSnapShot.setHttpResponseSummary(AggregateApiTime httpResponseSummary)
           
 void AggregateApiTime.merge(AggregateApiTime other, IdMapper idMapper)
           
 void AggregateApiTime.merge(AggregateApiTime other)
           
 

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

Subclasses of AggregateApiTime in net.sf.infrared.agent.integration
 class ContextApiTime
          Subclass of AggregateApiTime which attaches an extra context information also.
 

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

Methods in net.sf.infrared.web.ui that return AggregateApiTime
static AggregateApiTime[] ViewUtil.getJDBCSummary(AggregateOperationTree[] trees)
          Gets the aggregate of JDBC AIP executions across an array of operations.
static AggregateApiTime[] ViewUtil.getAggregateJDBCSummary(AggregateOperationTree tree)
           
static AggregateApiTime[] ViewUtil.getJDBCSummary(AggregateOperationTree tree)
          Gets the summary of JDBC APIs for this operation.
static AggregateApiTime[] ViewUtil.getSummaryForALayer(PerformanceDataSnapShot perfData, String layer)
           
static AggregateApiTime[] ViewUtil.getSummaryForALayer(HttpServletRequest request, HttpSession session, String apiType)
           
 

Methods in net.sf.infrared.web.ui with parameters of type AggregateApiTime
static void ViewUtil.sort(AggregateApiTime[] arr, HttpServletRequest request)
          Sorts an array of TimeVo object in-place.
static void ViewUtil.sort(String sortBy, boolean ascending, AggregateApiTime[] arr)
           
static SqlStatistics[] ViewUtil.getSqlStatistics(AggregateApiTime[] apiTimes)