|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface contains a single method used to detect whether a request has execeeded a set maximum time.
| Method Summary | |
long |
getPortletKillTimeout()
Returns the maximum time that a portlet may take to execute, after which it should be forcefully terminated. |
long |
getPortletStartTime()
Returns the time at which the request started. |
long |
getPortletTimeout()
Returns the maximum time that the portlet should take to be rendered. |
boolean |
hasPortletKillTimeoutElapsed()
Indicates whether this request has exceeded its 'kill time', i.e, the time after which the thread should be forcefully stopped. |
boolean |
hasPortletTimeoutElapsed()
Indicates whether this request has exceeded an execution timeout. |
| Method Detail |
public long getPortletStartTime()
public long getPortletTimeout()
public boolean hasPortletTimeoutElapsed()
public long getPortletKillTimeout()
public boolean hasPortletKillTimeoutElapsed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||