|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| com.atlassian.jira.web.monitor.watcher | |
| Uses of Request in com.atlassian.jira.web.monitor.watcher |
|---|
| Methods in com.atlassian.jira.web.monitor.watcher that return types with arguments of type Request | |
|---|---|
Collection<Request> |
ActiveRequestsCallback.get()
Returns a collection containing the Request objects that correspond to the currently active requests. |
| Method parameters in com.atlassian.jira.web.monitor.watcher with type arguments of type Request | |
|---|---|
protected void |
RequestWatcher.notifyOverdueListeners(List<Request> overdue,
long overdueThreshold)
Notifies each registered listener that the given requests are overdue. |
void |
OverdueRequestListener.requestsOverdue(List<Request> requests,
long overdueThreshold)
This callback is invoked when there are overdue requests. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||