org.jboss.portal.core.management
Class WSRPPortletManagement
java.lang.Object
org.jboss.portal.core.management.WSRPPortletManagement
- All Implemented Interfaces:
- WSRPPortletManagementMBean
public class WSRPPortletManagement
- extends java.lang.Object
- implements WSRPPortletManagementMBean
- Version:
- $Revision$
- Author:
- Thomas Heute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSRPPortletManagement
public WSRPPortletManagement(Portlet portlet,
PortletContainerManagementInterceptor interceptor)
getId
public java.lang.String getId()
getAverageRenderTime
public float getAverageRenderTime()
- Specified by:
getAverageRenderTime
in interface WSRPPortletManagementMBean
getAverageActionTime
public float getAverageActionTime()
- Specified by:
getAverageActionTime
in interface WSRPPortletManagementMBean
getMaxRenderTime
public long getMaxRenderTime()
- Specified by:
getMaxRenderTime
in interface WSRPPortletManagementMBean
getMaxActionTime
public long getMaxActionTime()
- Specified by:
getMaxActionTime
in interface WSRPPortletManagementMBean
getRenderRequestCount
public long getRenderRequestCount()
- Specified by:
getRenderRequestCount
in interface WSRPPortletManagementMBean
getActionRequestCount
public long getActionRequestCount()
- Specified by:
getActionRequestCount
in interface WSRPPortletManagementMBean
getActionErrorCount
public long getActionErrorCount()
- Specified by:
getActionErrorCount
in interface WSRPPortletManagementMBean
getRenderErrorCount
public long getRenderErrorCount()
- Specified by:
getRenderErrorCount
in interface WSRPPortletManagementMBean