Package org.gatein.pc.management
Class PortletInfo
- java.lang.Object
-
- org.gatein.pc.management.PortletInfo
-
public class PortletInfo extends Object
- Version:
- $Revision$
- Author:
- Thomas Heute
-
-
Constructor Summary
Constructors Constructor Description PortletInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActionErrorCount()intgetActionRequestCount()longgetActionRequestProcessingTime()floatgetAverageActionTime()floatgetAverageRenderTime()StringgetMaxActionRequestUri()longgetMaxActionTime()StringgetMaxRenderRequestUri()longgetMaxRenderTime()intgetRenderErrorCount()intgetRenderRequestCount()longgetRenderRequestProcessingTime()booleanisUsed()voidnewActionCall(long time, boolean error)voidnewRenderCall(long time, boolean error)
-
-
-
Method Detail
-
getRenderRequestProcessingTime
public long getRenderRequestProcessingTime()
-
getActionRequestProcessingTime
public long getActionRequestProcessingTime()
-
getMaxRenderTime
public long getMaxRenderTime()
-
getMaxActionTime
public long getMaxActionTime()
-
getMaxRenderRequestUri
public String getMaxRenderRequestUri()
-
getMaxActionRequestUri
public String getMaxActionRequestUri()
-
getAverageRenderTime
public float getAverageRenderTime()
-
getAverageActionTime
public float getAverageActionTime()
-
getRenderRequestCount
public int getRenderRequestCount()
-
getActionRequestCount
public int getActionRequestCount()
-
getRenderErrorCount
public int getRenderErrorCount()
-
getActionErrorCount
public int getActionErrorCount()
-
newRenderCall
public void newRenderCall(long time, boolean error)
-
newActionCall
public void newActionCall(long time, boolean error)
-
isUsed
public boolean isUsed()
-
-