|
||||||||||
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,
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 |
java.util.List |
getOutOfServiceList()
|
java.util.List |
getOutOfServiceList(java.lang.String fullPortletName)
|
void |
incrementRenderTimeoutCount(PortletWindow window)
|
boolean |
isOutOfService(PortletWindow window)
|
void |
putIntoService(java.util.List fullPortletNames)
|
void |
putIntoService(PortletWindow window)
|
void |
setExpiration(PortletWindow window,
long expiration)
|
void |
success(PortletWindow window)
|
void |
takeOutOfService(PortletWindow window)
|
Method Detail |
---|
long getDefaultPortletTimeout()
int getOutOfServiceLimit()
boolean isOutOfService(PortletWindow window)
boolean exceededTimeout(long renderTime, PortletWindow window)
void incrementRenderTimeoutCount(PortletWindow window)
void setExpiration(PortletWindow window, long expiration)
void success(PortletWindow window)
void takeOutOfService(PortletWindow window)
void putIntoService(PortletWindow window)
void putIntoService(java.util.List fullPortletNames)
fullPortletNames
- a list of Strings of full portlet namesjava.util.List getOutOfServiceList(java.lang.String fullPortletName)
java.util.List getOutOfServiceList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |