org.jboss.portal.portlet.management
Class PortletInfo
java.lang.Object
org.jboss.portal.portlet.management.PortletInfo
public class PortletInfo
- extends java.lang.Object
- Version:
- $Revision$
- Author:
- Thomas Heute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletInfo
public PortletInfo()
getRenderRequestProcessingTime
public long getRenderRequestProcessingTime()
getActionRequestProcessingTime
public long getActionRequestProcessingTime()
getMaxRenderTime
public long getMaxRenderTime()
getMaxActionTime
public long getMaxActionTime()
getMaxRenderRequestUri
public java.lang.String getMaxRenderRequestUri()
getMaxActionRequestUri
public java.lang.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()