org.jboss.portal.core.management
Class WSRPPortletManagement

java.lang.Object
  extended by org.jboss.portal.core.management.WSRPPortletManagement
All Implemented Interfaces:
WSRPPortletManagementMBean

public class WSRPPortletManagement
extends java.lang.Object
implements WSRPPortletManagementMBean

Version:
$Revision: 8784 $
Author:
Thomas Heute

Constructor Summary
WSRPPortletManagement(Portlet portlet, PortletContainerManagementInterceptor interceptor)
           
 
Method Summary
 long getActionErrorCount()
           
 long getActionRequestCount()
           
 float getAverageActionTime()
           
 float getAverageRenderTime()
           
 java.lang.String getId()
           
 long getMaxActionTime()
           
 long getMaxRenderTime()
           
 long getRenderErrorCount()
           
 long getRenderRequestCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRPPortletManagement

public WSRPPortletManagement(Portlet portlet,
                             PortletContainerManagementInterceptor interceptor)
Method Detail

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