| java.lang.Object org.apache.jetspeed.aggregator.impl.PortletTrackingManagerImpl
defaultPortletTimeout | protected long defaultPortletTimeout(Code) | | when rendering a portlet, the default timeout period in milliseconds
setting to zero will disable (no timeout) the timeout
|
outOfServiceLimit | protected int outOfServiceLimit(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
|
PortletTrackingManagerImpl | public PortletTrackingManagerImpl(PortletWindowAccessor windowAccessor, long defaultPortletTimeout, int outOfServiceLimit)(Code) | | |
exceededTimeout | public boolean exceededTimeout(long renderTime, PortletWindow window)(Code) | | |
getDefaultPortletTimeout | public long getDefaultPortletTimeout()(Code) | | |
getOutOfServiceLimit | public int getOutOfServiceLimit()(Code) | | |
getOutOfServiceList | public List getOutOfServiceList(String fullPortletName)(Code) | | |
getOutOfServiceList | public List getOutOfServiceList()(Code) | | |
incrementRenderTimeoutCount | public void incrementRenderTimeoutCount(PortletWindow window)(Code) | | |
isOutOfService | public boolean isOutOfService(PortletWindow window)(Code) | | |
putIntoService | public void putIntoService(PortletWindow window)(Code) | | |
putIntoService | public void putIntoService(List fullPortletNames)(Code) | | |
setExpiration | public void setExpiration(PortletWindow window, long expiration)(Code) | | |
success | public void success(PortletWindow window)(Code) | | |
takeOutOfService | public void takeOutOfService(PortletWindow window)(Code) | | |
|
|