当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
PortletContainerManagementInterceptor - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.management
Interface PortletContainerManagementInterceptor
- All Known Implementing Classes:
- PortletContainerManagementInterceptorImpl
- public interface PortletContainerManagementInterceptor
- Version:
- $Revision$
- Author:
- Thomas Heute
getAverageRenderTime
public java.lang.Float getAverageRenderTime(java.lang.String portletId)
getAverageActionTime
public java.lang.Float getAverageActionTime(java.lang.String portletId)
getMaxRenderTime
public java.lang.Long getMaxRenderTime(java.lang.String portletId)
getMaxActionTime
public java.lang.Long getMaxActionTime(java.lang.String portletId)
getMinRenderTime
public java.lang.Long getMinRenderTime(java.lang.String portletId)
getMinActionTime
public java.lang.Long getMinActionTime(java.lang.String portletId)
getNbRenderCalls
public long getNbRenderCalls(java.lang.String portletId)
getNbActionCalls
public long getNbActionCalls(java.lang.String portletId)
getSampleSize
public int getSampleSize()
- Defines how many values are used to get the max, min and average.
setSampleSize
public void setSampleSize(int sampleSize)