com.endeca.portal.instrumentation
Interface PortletInstrumentor
- All Known Implementing Classes:
- MetricsLogger, PortletTracker
public interface PortletInstrumentor
Interface representing the ability to track portlet executions
- Author:
- dan
Method Summary |
void |
addPortletExecution(RequestTracker requestTracker,
javax.portlet.GenericPortlet portlet,
javax.portlet.PortletMode mode,
javax.portlet.WindowState windowState,
long ms)
Tracks a single portlet execution |
addPortletExecution
void addPortletExecution(RequestTracker requestTracker,
javax.portlet.GenericPortlet portlet,
javax.portlet.PortletMode mode,
javax.portlet.WindowState windowState,
long ms)
- Tracks a single portlet execution
- Parameters:
portlet
- the portlet that executedmode
- the PortletMode in which the portlet executedms
- the execution time of the Portlet