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
 

Method Detail

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 executed
mode - the PortletMode in which the portlet executed
ms - the execution time of the Portlet