Package org.gatein.pc.management
Class LocalPortletManagement
- java.lang.Object
-
- org.gatein.pc.management.LocalPortletManagement
-
- All Implemented Interfaces:
LocalPortletManagementMBean
public class LocalPortletManagement extends Object implements LocalPortletManagementMBean
- Version:
- $Revision$
- Author:
- Thomas Heute
-
-
Constructor Summary
Constructors Constructor Description LocalPortletManagement(org.gatein.pc.api.Portlet portlet, PortletContainerManagementInterceptor interceptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetActionErrorCount()longgetActionRequestCount()floatgetAverageActionTime()floatgetAverageRenderTime()StringgetId()longgetMaxActionTime()longgetMaxRenderTime()longgetRenderErrorCount()longgetRenderRequestCount()
-
-
-
Constructor Detail
-
LocalPortletManagement
public LocalPortletManagement(org.gatein.pc.api.Portlet portlet, PortletContainerManagementInterceptor interceptor)
-
-
Method Detail
-
getId
public String getId()
-
getAverageRenderTime
public float getAverageRenderTime()
- Specified by:
getAverageRenderTimein interfaceLocalPortletManagementMBean
-
getAverageActionTime
public float getAverageActionTime()
- Specified by:
getAverageActionTimein interfaceLocalPortletManagementMBean
-
getMaxRenderTime
public long getMaxRenderTime()
- Specified by:
getMaxRenderTimein interfaceLocalPortletManagementMBean
-
getMaxActionTime
public long getMaxActionTime()
- Specified by:
getMaxActionTimein interfaceLocalPortletManagementMBean
-
getRenderRequestCount
public long getRenderRequestCount()
- Specified by:
getRenderRequestCountin interfaceLocalPortletManagementMBean
-
getActionRequestCount
public long getActionRequestCount()
- Specified by:
getActionRequestCountin interfaceLocalPortletManagementMBean
-
getActionErrorCount
public long getActionErrorCount()
- Specified by:
getActionErrorCountin interfaceLocalPortletManagementMBean
-
getRenderErrorCount
public long getRenderErrorCount()
- Specified by:
getRenderErrorCountin interfaceLocalPortletManagementMBean
-
-