Home
last modified time | relevance | path

Searched refs:fRequestsAndNotifications (Results 1 – 1 of 1) sorted by relevance

/dports/devel/staf/src/staf/services/event/
H A DGenerationManager.java30 transient HashMap fRequestsAndNotifications = new HashMap(); field in GenerationManager
344 fRequestsAndNotifications.put(requestNumber, notification); in sendMessage()
556 if (!(fRequestsAndNotifications.containsKey(reqNum))) in handleRequestCompleteMsg()
562 (Notification)(fRequestsAndNotifications.get(reqNum)); in handleRequestCompleteMsg()
583 fRequestsAndNotifications.remove(reqNum); in handleRequestCompleteMsg()