com.atlassian.jira.web.monitor.watcher
Interface ActiveRequestsCallback


public interface ActiveRequestsCallback

Callback used by the RequestWatcher to get the active requests.

Since:
v4.3
See Also:
RequestWatcher

Method Summary
 Collection<Request> get()
          Returns a collection containing the Request objects that correspond to the currently active requests.
 

Method Detail

get

Collection<Request> get()
Returns a collection containing the Request objects that correspond to the currently active requests. Note that this method will get called in a different thread than the one that registers it, so implementations must take care to be thread safe.

Returns:
a Collection of Request


Copyright © 2002-2011 Atlassian. All Rights Reserved.