Package org.gatein.pc.management
Interface LocalPortletManagementMBean
-
- All Known Implementing Classes:
LocalPortletManagement
public interface LocalPortletManagementMBean- Version:
- $Revision$
- Author:
- Thomas Heute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetActionErrorCount()longgetActionRequestCount()floatgetAverageActionTime()floatgetAverageRenderTime()longgetMaxActionTime()longgetMaxRenderTime()longgetRenderErrorCount()longgetRenderRequestCount()
-
-
-
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()
-
-