Package org.gatein.pc.management
Class LocalPortletManagement
java.lang.Object
org.gatein.pc.management.LocalPortletManagement
- All Implemented Interfaces:
LocalPortletManagementMBean
-
Constructor Summary
ConstructorsConstructorDescriptionLocalPortletManagement(org.gatein.pc.api.Portlet portlet, PortletContainerManagementInterceptor interceptor) -
Method Summary
-
Constructor Details
-
LocalPortletManagement
public LocalPortletManagement(org.gatein.pc.api.Portlet portlet, PortletContainerManagementInterceptor interceptor)
-
-
Method Details
-
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
-