org.jboss.portal.portlet.management
Interface LocalPortletManagementMBean

All Known Implementing Classes:
LocalPortletManagement

public interface LocalPortletManagementMBean

Version:
$Revision$
Author:
Thomas Heute

Method Summary
 long getActionErrorCount()
           
 long getActionRequestCount()
           
 float getAverageActionTime()
           
 float getAverageRenderTime()
           
 long getMaxActionTime()
           
 long getMaxRenderTime()
           
 long getRenderErrorCount()
           
 long getRenderRequestCount()
           
 

Method Detail

getAverageRenderTime

float getAverageRenderTime()

getAverageActionTime

float getAverageActionTime()

getMaxRenderTime

long getMaxRenderTime()

getMaxActionTime

long getMaxActionTime()

getRenderRequestCount

long getRenderRequestCount()

getActionRequestCount

long getActionRequestCount()

getActionErrorCount

long getActionErrorCount()

getRenderErrorCount

long getRenderErrorCount()