| org.apache.jetspeed.aggregator.PortletTrackingManager
All known Subclasses: org.apache.jetspeed.aggregator.impl.PortletTrackingManagerImpl,
PortletTrackingManager | public interface PortletTrackingManager (Code) | | PortletRendererService
Jetspeed-2 Rendering service.
This service process all portlet rendering requests and interfaces with the portlet
container to generate the resulting markup
author: David Sean Taylor version: $Id: $ |
exceededTimeout | boolean exceededTimeout(long renderTime, PortletWindow window)(Code) | | |
getDefaultPortletTimeout | long getDefaultPortletTimeout()(Code) | | Get the default timeout for rendering a portlet in milliseconds
|
getOutOfServiceLimit | int getOutOfServiceLimit()(Code) | | Out of service limit, if a portlet entity times out past its limit (or default limit) n consecutive times,
it is taken out of service
|
getOutOfServiceList | List getOutOfServiceList()(Code) | | |
incrementRenderTimeoutCount | void incrementRenderTimeoutCount(PortletWindow window)(Code) | | |
isOutOfService | boolean isOutOfService(PortletWindow window)(Code) | | |
putIntoService | void putIntoService(PortletWindow window)(Code) | | |
putIntoService | void putIntoService(List fullPortletNames)(Code) | | Parameters: fullPortletNames - a list of Strings of full portlet names |
setExpiration | void setExpiration(PortletWindow window, long expiration)(Code) | | |
success | void success(PortletWindow window)(Code) | | |
takeOutOfService | void takeOutOfService(PortletWindow window)(Code) | | |
|
|