Searched refs:peakNotificationQueue (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionMaxStats.java47 private int peakNotificationQueue = 0; field in class:SessionMaxStats
85 if (notificationQueue > peakNotificationQueue) {
86 peakNotificationQueue = notificationQueue;
95 + notificationQueue + "/" + peakNotificationQueue);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionMaxStats.java52 private int peakNotificationQueue = 0; field in class:SessionMaxStats
89 if (notificationQueue > peakNotificationQueue) {
90 peakNotificationQueue = notificationQueue;
99 + notificationQueue + "/" + peakNotificationQueue);

Completed in 30 milliseconds