Package org.gatein.pc.management
Class PortletInfo
java.lang.Object
org.gatein.pc.management.PortletInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintlongfloatfloatlonglongintintlongbooleanisUsed()voidnewActionCall(long time, boolean error) voidnewRenderCall(long time, boolean error)
-
Constructor Details
-
PortletInfo
public PortletInfo()
-
-
Method Details
-
getRenderRequestProcessingTime
public long getRenderRequestProcessingTime() -
getActionRequestProcessingTime
public long getActionRequestProcessingTime() -
getMaxRenderTime
public long getMaxRenderTime() -
getMaxActionTime
public long getMaxActionTime() -
getMaxRenderRequestUri
-
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()
-