|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletTrackingManager
This service process all portlet rendering requests and interfaces with the portlet container to generate the resulting markup
Method Summary | |
---|---|
boolean |
exceededTimeout(long renderTime,
org.apache.pluto.om.window.PortletWindow window)
|
long |
getDefaultPortletTimeout()
Get the default timeout for rendering a portlet in milliseconds |
int |
getOutOfServiceLimit()
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 |
List |
getOutOfServiceList()
|
List |
getOutOfServiceList(String fullPortletName)
|
void |
incrementRenderTimeoutCount(org.apache.pluto.om.window.PortletWindow window)
|
boolean |
isOutOfService(org.apache.pluto.om.window.PortletWindow window)
|
void |
putIntoService(List fullPortletNames)
|
void |
putIntoService(org.apache.pluto.om.window.PortletWindow window)
|
void |
setExpiration(org.apache.pluto.om.window.PortletWindow window,
long expiration)
|
void |
success(org.apache.pluto.om.window.PortletWindow window)
|
void |
takeOutOfService(org.apache.pluto.om.window.PortletWindow window)
|
Method Detail |
---|
long getDefaultPortletTimeout()
int getOutOfServiceLimit()
boolean isOutOfService(org.apache.pluto.om.window.PortletWindow window)
boolean exceededTimeout(long renderTime, org.apache.pluto.om.window.PortletWindow window)
void incrementRenderTimeoutCount(org.apache.pluto.om.window.PortletWindow window)
void setExpiration(org.apache.pluto.om.window.PortletWindow window, long expiration)
void success(org.apache.pluto.om.window.PortletWindow window)
void takeOutOfService(org.apache.pluto.om.window.PortletWindow window)
void putIntoService(org.apache.pluto.om.window.PortletWindow window)
void putIntoService(List fullPortletNames)
fullPortletNames
- a list of Strings of full portlet namesList getOutOfServiceList(String fullPortletName)
List getOutOfServiceList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |