Class PortletInfo

java.lang.Object
org.gatein.pc.management.PortletInfo

public class PortletInfo extends Object
Version:
$Revision$
Author:
Thomas Heute
  • Constructor Details

    • PortletInfo

      public PortletInfo()
  • Method Details

    • 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()