站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

WSRPPortletConsumerManagerMBean - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.management
Interface WSRPPortletConsumerManagerMBean

All Known Implementing Classes:
WSRPPortletConsumerManager

public interface WSRPPortletConsumerManagerMBean

Version:
$Revision$
Author:
Thomas Heute

Method Summary
 float getAverageActionTime()
           
 float getAverageRenderTime()
           
 long getMaxActionTime()
           
 long getMaxRenderTime()
           
 long getMinActionTime()
           
 long getMinRenderTime()
           
 long getNbActionCalls()
           
 long getNbRenderCalls()
           
 

Method Detail

getAverageRenderTime

public float getAverageRenderTime()

getAverageActionTime

public float getAverageActionTime()

getMaxRenderTime

public long getMaxRenderTime()

getMaxActionTime

public long getMaxActionTime()

getMinRenderTime

public long getMinRenderTime()

getMinActionTime

public long getMinActionTime()

getNbRenderCalls

public long getNbRenderCalls()

getNbActionCalls

public long getNbActionCalls()