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

PortletContainerManagerMBean - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.management
Interface PortletContainerManagerMBean

All Known Implementing Classes:
PortletContainerManager

public interface PortletContainerManagerMBean

Version:
$Revision$
Author:
Thomas Heute

Method Summary
 float getAverageActionTime()
           
 float getAverageRenderTime()
           
 long getMaxActionTime()
           
 long getMaxRenderTime()
           
 long getMinActionTime()
           
 long getMinRenderTime()
           
 java.lang.String getName()
           
 long getNbActionCalls()
           
 long getNbRenderCalls()
           
 

Method Detail

getName

public java.lang.String getName()

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()